Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2023-03-14 12:19:16 +0300
committerToon Claes <toon@gitlab.com>2023-05-03 16:45:22 +0300
commit689556e70a14e189579e9a0c8daebaa2a25ce5f3 (patch)
tree63966c12fe3a8dc2a1074a786b6fd2e3d9922e6b /ruby/Gemfile.lock
parentda9aed3fa5fed505898e09126ee97b34ed7fccd7 (diff)
ruby: Remove all Ruby code
This change removes the last remaining bits of Ruby code. Because some of the files in the ruby/ subdir are mentioned in the .gitignore we add a target `clean-ruby` that removes these files. We call this target from a few other targets, so everyone's clone gets cleaned up when they build Gitaly. We can delete these targets in 16.1.
Diffstat (limited to 'ruby/Gemfile.lock')
-rw-r--r--ruby/Gemfile.lock11
1 files changed, 0 insertions, 11 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
deleted file mode 100644
index 50cd3c118..000000000
--- a/ruby/Gemfile.lock
+++ /dev/null
@@ -1,11 +0,0 @@
-GEM
- remote: https://rubygems.org/
- specs:
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
-
-BUNDLED WITH
- 2.4.11