summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2023-05-23 11:34:00 +0000
committerYureka <yuka@yuka.dev>2023-05-31 22:14:25 +0200
commit6fed71cab2f4d74863970377d3289487c9a19ec0 (patch)
tree1c089c729a005c9e232c67cb84563b4befd39817 /pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
parentae74238d4d65b1d01881e8407237a0a3d82d3441 (diff)
downloadnixpkgs-6fed71cab2f4d74863970377d3289487c9a19ec0.tar
nixpkgs-6fed71cab2f4d74863970377d3289487c9a19ec0.tar.gz
nixpkgs-6fed71cab2f4d74863970377d3289487c9a19ec0.tar.bz2
nixpkgs-6fed71cab2f4d74863970377d3289487c9a19ec0.tar.lz
nixpkgs-6fed71cab2f4d74863970377d3289487c9a19ec0.tar.xz
nixpkgs-6fed71cab2f4d74863970377d3289487c9a19ec0.tar.zst
nixpkgs-6fed71cab2f4d74863970377d3289487c9a19ec0.zip
gitaly: Remove ruby dependencies
Ruby dependencies in gitaly have been removed in the 16.0.0 release. [1]

See GitLab Epic &2862 [2] for more info.

[1]: https://gitlab.com/gitlab-org/gitaly/-/commit/689556e70a14e189579e9a0c8daebaa2a25ce5f3
[2]: https://gitlab.com/groups/gitlab-org/-/epics/2862
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock')
-rw-r--r--pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock207
1 files changed, 0 insertions, 207 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock b/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
deleted file mode 100644
index bd66bc20a83..00000000000
--- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
+++ /dev/null
@@ -1,207 +0,0 @@
-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