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-04-19 17:20:08 +0300
committerToon Claes <toon@gitlab.com>2023-04-19 17:22:26 +0300
commitbf524eed6cd2fbfda8faa50dd329b2cc58fd9bcc (patch)
treee92ab37201f3705a187a22e108d47747d4d38b1e /ruby/Gemfile.lock
parent0240f9429227e8703b15ac8a794cb3651dfc3629 (diff)
ruby: Remove all gem dependencies
No there no Ruby code no more, we can remove all dependencies from the Gemfile. We cannot yet delete this file, because some downstream projects (like omnibus-gitlab) call `bundle install` directly in the /ruby directory. We don't want to break those builds. See [1] for more info. [1]: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7710 Changelog: removed
Diffstat (limited to 'ruby/Gemfile.lock')
-rw-r--r--ruby/Gemfile.lock196
1 files changed, 0 insertions, 196 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index bd66bc20a..50cd3c118 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -1,207 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
- actionpack (6.1.7.2)
- actionview (= 6.1.7.2)
- activesupport (= 6.1.7.2)
- rack (~> 2.0, >= 2.0.9)
- rack-test (>= 0.6.3)
- rails-dom-testing (~> 2.0)
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
- actionview (6.1.7.2)
- activesupport (= 6.1.7.2)
- builder (~> 3.1)
- erubi (~> 1.4)
- rails-dom-testing (~> 2.0)
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
- activesupport (6.1.7.2)
- concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 1.6, < 2)
- minitest (>= 5.1)
- tzinfo (~> 2.0)
- zeitwerk (~> 2.3)
- addressable (2.8.0)
- public_suffix (>= 2.0.2, < 5.0)
- ast (2.4.2)
- binding_of_caller (1.0.0)
- debug_inspector (>= 0.0.1)
- builder (3.2.4)
- coderay (1.1.2)
- concurrent-ruby (1.2.0)
- crass (1.0.6)
- debug_inspector (1.1.0)
- diff-lcs (1.3)
- dotenv (2.7.6)
- erubi (1.12.0)
- factory_bot (6.2.1)
- activesupport (>= 5.0.0)
- faraday (1.0.1)
- multipart-post (>= 1.2, < 3)
- ffi (1.15.5)
- gitaly (15.5.0)
- grpc (~> 1.0)
- gitlab-labkit (0.31.1)
- actionpack (>= 5.0.0, < 8.0.0)
- activesupport (>= 5.0.0, < 8.0.0)
- grpc (>= 1.37)
- jaeger-client (~> 1.1.0)
- opentracing (~> 0.4)
- pg_query (~> 2.1)
- redis (> 3.0.0, < 6.0.0)
- gitlab-license_finder (6.14.2.1)
- bundler
- rubyzip (>= 1, < 3)
- thor (~> 1.0)
- tomlrb (>= 1.3, < 2.1)
- with_env (= 1.1.0)
- xml-simple (~> 1.1.5)
- gitlab-markup (1.8.1)
- google-protobuf (3.22.3)
- googleapis-common-protos-types (1.4.0)
- google-protobuf (~> 3.14)
- grpc (1.42.0)
- google-protobuf (~> 3.18)
- googleapis-common-protos-types (~> 1.0)
- i18n (1.12.0)
- concurrent-ruby (~> 1.0)
- jaeger-client (1.1.0)
- opentracing (~> 0.3)
- thrift
- json (2.6.3)
- licensee (9.15.2)
- dotenv (~> 2.0)
- octokit (~> 4.20)
- reverse_markdown (~> 1.0)
- rugged (>= 0.24, < 2.0)
- thor (>= 0.19, < 2.0)
- loofah (2.19.1)
- crass (~> 1.0.2)
- nokogiri (>= 1.5.9)
- method_source (1.0.0)
- mini_portile2 (2.8.1)
- minitest (5.17.0)
- msgpack (1.3.3)
- multipart-post (2.1.1)
- nokogiri (1.14.1)
- mini_portile2 (~> 2.8.0)
- racc (~> 1.4)
- octokit (4.20.0)
- faraday (>= 0.9)
- sawyer (~> 0.8.0, >= 0.5.3)
- opentracing (0.5.0)
- optimist (3.0.1)
- parallel (1.22.1)
- parser (3.2.0.0)
- ast (~> 2.4.1)
- pg_query (2.2.1)
- google-protobuf (>= 3.19.2)
- proc_to_ast (0.1.0)
- coderay
- parser
- unparser
- pry (0.13.1)
- coderay (~> 1.1)
- method_source (~> 1.0)
- public_suffix (4.0.7)
- racc (1.6.2)
- rack (2.2.6.3)
- rack-test (2.0.2)
- rack (>= 1.3)
- rails-dom-testing (2.0.3)
- activesupport (>= 4.2.0)
- nokogiri (>= 1.6)
- rails-html-sanitizer (1.5.0)
- loofah (~> 2.19, >= 2.19.1)
- rainbow (3.1.1)
- rbtrace (0.4.14)
- ffi (>= 1.0.6)
- msgpack (>= 0.4.3)
- optimist (>= 3.0.0)
- redis (4.8.0)
- regexp_parser (2.6.2)
- reverse_markdown (1.4.0)
- nokogiri
- rexml (3.2.5)
- rspec (3.12.0)
- rspec-core (~> 3.12.0)
- rspec-expectations (~> 3.12.0)
- rspec-mocks (~> 3.12.0)
- rspec-core (3.12.0)
- rspec-support (~> 3.12.0)
- rspec-expectations (3.12.2)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.12.0)
- rspec-mocks (3.12.3)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.12.0)
- rspec-parameterized (1.0.0)
- rspec-parameterized-core (< 2)
- rspec-parameterized-table_syntax (< 2)
- rspec-parameterized-core (1.0.0)
- parser
- proc_to_ast
- rspec (>= 2.13, < 4)
- unparser
- rspec-parameterized-table_syntax (1.0.0)
- binding_of_caller
- rspec-parameterized-core (< 2)
- rspec-support (3.12.0)
- rubocop (1.44.0)
- json (~> 2.3)
- parallel (~> 1.10)
- parser (>= 3.2.0.0)
- rainbow (>= 2.2.2, < 4.0)
- regexp_parser (>= 1.8, < 3.0)
- rexml (>= 3.2.5, < 4.0)
- rubocop-ast (>= 1.24.1, < 2.0)
- ruby-progressbar (~> 1.7)
- unicode-display_width (>= 2.4.0, < 3.0)
- rubocop-ast (1.24.1)
- parser (>= 3.1.1.0)
- ruby-progressbar (1.11.0)
- rubyzip (2.3.2)
- rugged (1.5.1)
- sawyer (0.8.2)
- addressable (>= 2.3.5)
- faraday (> 0.8, < 2.0)
- sentry-raven (3.1.2)
- faraday (>= 1.0)
- thor (1.1.0)
- thrift (0.18.1)
- tomlrb (2.0.1)
- tzinfo (2.0.5)
- concurrent-ruby (~> 1.0)
- unicode-display_width (2.4.2)
- unparser (0.6.7)
- diff-lcs (~> 1.3)
- parser (>= 3.2.0)
- with_env (1.1.0)
- xml-simple (1.1.9)
- rexml
- zeitwerk (2.6.6)
PLATFORMS
ruby
DEPENDENCIES
- activesupport (~> 6.1.7.2)
- factory_bot
- gitaly (~> 15.5.0)
- gitlab-labkit (~> 0.31, >= 0.31.1)
- gitlab-license_finder
- gitlab-markup (~> 1.8.0)
- google-protobuf (~> 3.22.3)
- grpc (~> 1.42.0)
- licensee (~> 9.15)
- nokogiri (~> 1.14)
- pry (~> 0.13.1)
- rbtrace
- redis (~> 4.8.0)
- rspec (~> 3.12.0)
- rspec-parameterized
- rubocop (~> 1.38)
- rugged (~> 1.5.1)
- sentry-raven (~> 3.1)
BUNDLED WITH
2.4.11