gitlab: 14.3.3 -> 14.4.0

Lara 978b3e19 22a500a3

+205 -232
+7 -7
pkgs/applications/version-management/gitlab/data.json
··· 1 { 2 - "version": "14.3.3", 3 - "repo_hash": "1sh8lf6arqljzc0hmajl2r2j38ahk9hl6kikg9inw72xycrll7dk", 4 - "yarn_hash": "0b6brkxg93gv4gjp1f7qlx7v7q7mb8z9vikcz98igdnhm46nl4dn", 5 "owner": "gitlab-org", 6 "repo": "gitlab", 7 - "rev": "v14.3.3-ee", 8 "passthru": { 9 - "GITALY_SERVER_VERSION": "14.3.3", 10 - "GITLAB_PAGES_VERSION": "1.44.0", 11 "GITLAB_SHELL_VERSION": "13.21.1", 12 - "GITLAB_WORKHORSE_VERSION": "14.3.3" 13 } 14 }
··· 1 { 2 + "version": "14.4.0", 3 + "repo_hash": "1hkx30abwbhwrlwr4sykpjgsk8k2k375d9xl1pxjhg3n8vwqncs8", 4 + "yarn_hash": "0l0lgcgxaira980a1y550pfsm4f2pw97gi8s5pghyfil2v2lyxyw", 5 "owner": "gitlab-org", 6 "repo": "gitlab", 7 + "rev": "v14.4.0-ee", 8 "passthru": { 9 + "GITALY_SERVER_VERSION": "14.4.0", 10 + "GITLAB_PAGES_VERSION": "1.46.0", 11 "GITLAB_SHELL_VERSION": "13.21.1", 12 + "GITLAB_WORKHORSE_VERSION": "14.4.0" 13 } 14 }
+2
pkgs/applications/version-management/gitlab/default.nix
··· 95 96 bundle exec rake gettext:po_to_json RAILS_ENV=production NODE_ENV=production 97 bundle exec rake rake:assets:precompile RAILS_ENV=production NODE_ENV=production 98 bundle exec rake gitlab:assets:compile_webpack_if_needed RAILS_ENV=production NODE_ENV=production 99 bundle exec rake gitlab:assets:fix_urls RAILS_ENV=production NODE_ENV=production 100 bundle exec rake gitlab:assets:check_page_bundle_mixins_css_for_sideeffects RAILS_ENV=production NODE_ENV=production
··· 95 96 bundle exec rake gettext:po_to_json RAILS_ENV=production NODE_ENV=production 97 bundle exec rake rake:assets:precompile RAILS_ENV=production NODE_ENV=production 98 + # hack: rake gettext:po_to_json breaks the node_modules folder. We repair it by patching the shebangs again. 99 + patchShebangs node_modules/ 100 bundle exec rake gitlab:assets:compile_webpack_if_needed RAILS_ENV=production NODE_ENV=production 101 bundle exec rake gitlab:assets:fix_urls RAILS_ENV=production NODE_ENV=production 102 bundle exec rake gitlab:assets:check_page_bundle_mixins_css_for_sideeffects RAILS_ENV=production NODE_ENV=production
+2 -2
pkgs/applications/version-management/gitlab/gitaly/Gemfile
··· 3 gem 'rugged', '~> 1.1' 4 gem 'github-linguist', '~> 7.12', require: 'linguist' 5 gem 'gitlab-markup', '~> 1.7.1' 6 - gem 'activesupport', '~> 6.1.3.2' 7 gem 'rdoc', '~> 6.0' 8 gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false 9 gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false ··· 13 gem 'rbtrace', require: false 14 15 # Labkit provides observability functionality 16 - gem 'gitlab-labkit', '~> 0.20.0' 17 18 # Detects the open source license the repository includes 19 # This version needs to be in sync with GitLab CE/EE
··· 3 gem 'rugged', '~> 1.1' 4 gem 'github-linguist', '~> 7.12', require: 'linguist' 5 gem 'gitlab-markup', '~> 1.7.1' 6 + gem 'activesupport', '~> 6.1.4.1' 7 gem 'rdoc', '~> 6.0' 8 gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false 9 gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false ··· 13 gem 'rbtrace', require: false 14 15 # Labkit provides observability functionality 16 + gem 'gitlab-labkit', '~> 0.21.1' 17 18 # Detects the open source license the repository includes 19 # This version needs to be in sync with GitLab CE/EE
+14 -14
pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
··· 2 remote: https://rubygems.org/ 3 specs: 4 abstract_type (0.0.7) 5 - actionpack (6.1.3.2) 6 - actionview (= 6.1.3.2) 7 - activesupport (= 6.1.3.2) 8 rack (~> 2.0, >= 2.0.9) 9 rack-test (>= 0.6.3) 10 rails-dom-testing (~> 2.0) 11 rails-html-sanitizer (~> 1.0, >= 1.2.0) 12 - actionview (6.1.3.2) 13 - activesupport (= 6.1.3.2) 14 builder (~> 3.1) 15 erubi (~> 1.4) 16 rails-dom-testing (~> 2.0) 17 rails-html-sanitizer (~> 1.1, >= 1.2.0) 18 - activesupport (6.1.3.2) 19 concurrent-ruby (~> 1.0, >= 1.0.2) 20 i18n (>= 1.6, < 2) 21 minitest (>= 5.1) ··· 65 gitlab-gollum-rugged_adapter (0.4.4.4.gitlab.1) 66 mime-types (>= 1.15) 67 rugged (~> 1.0) 68 - gitlab-labkit (0.20.0) 69 actionpack (>= 5.0.0, < 7.0.0) 70 activesupport (>= 5.0.0, < 7.0.0) 71 - grpc (~> 1.19) 72 jaeger-client (~> 1.1) 73 opentracing (~> 0.4) 74 pg_query (~> 2.1) ··· 94 reverse_markdown (~> 1.0) 95 rugged (>= 0.24, < 2.0) 96 thor (>= 0.19, < 2.0) 97 - loofah (2.10.0) 98 crass (~> 1.0.2) 99 nokogiri (>= 1.5.9) 100 memoizable (0.4.2) ··· 139 rails-dom-testing (2.0.3) 140 activesupport (>= 4.2.0) 141 nokogiri (>= 1.6) 142 - rails-html-sanitizer (1.3.0) 143 loofah (~> 2.3) 144 rainbow (3.0.0) 145 rbtrace (0.4.14) ··· 147 msgpack (>= 0.4.3) 148 optimist (>= 3.0.0) 149 rdoc (6.3.2) 150 - redis (4.2.5) 151 regexp_parser (1.8.1) 152 reverse_markdown (1.4.0) 153 nokogiri ··· 197 stringex (2.8.5) 198 thor (1.1.0) 199 thread_safe (0.3.6) 200 - thrift (0.14.1) 201 timecop (0.9.1) 202 tzinfo (2.0.4) 203 concurrent-ruby (~> 1.0) ··· 216 ruby 217 218 DEPENDENCIES 219 - activesupport (~> 6.1.3.2) 220 factory_bot 221 faraday (~> 1.0) 222 github-linguist (~> 7.12) 223 gitlab-gollum-lib (~> 4.2.7.10.gitlab.1) 224 gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1) 225 - gitlab-labkit (~> 0.20.0) 226 gitlab-markup (~> 1.7.1) 227 google-protobuf (~> 3.17.0) 228 grpc (~> 1.30.2)
··· 2 remote: https://rubygems.org/ 3 specs: 4 abstract_type (0.0.7) 5 + actionpack (6.1.4.1) 6 + actionview (= 6.1.4.1) 7 + activesupport (= 6.1.4.1) 8 rack (~> 2.0, >= 2.0.9) 9 rack-test (>= 0.6.3) 10 rails-dom-testing (~> 2.0) 11 rails-html-sanitizer (~> 1.0, >= 1.2.0) 12 + actionview (6.1.4.1) 13 + activesupport (= 6.1.4.1) 14 builder (~> 3.1) 15 erubi (~> 1.4) 16 rails-dom-testing (~> 2.0) 17 rails-html-sanitizer (~> 1.1, >= 1.2.0) 18 + activesupport (6.1.4.1) 19 concurrent-ruby (~> 1.0, >= 1.0.2) 20 i18n (>= 1.6, < 2) 21 minitest (>= 5.1) ··· 65 gitlab-gollum-rugged_adapter (0.4.4.4.gitlab.1) 66 mime-types (>= 1.15) 67 rugged (~> 1.0) 68 + gitlab-labkit (0.21.2) 69 actionpack (>= 5.0.0, < 7.0.0) 70 activesupport (>= 5.0.0, < 7.0.0) 71 + grpc (~> 1.30) 72 jaeger-client (~> 1.1) 73 opentracing (~> 0.4) 74 pg_query (~> 2.1) ··· 94 reverse_markdown (~> 1.0) 95 rugged (>= 0.24, < 2.0) 96 thor (>= 0.19, < 2.0) 97 + loofah (2.12.0) 98 crass (~> 1.0.2) 99 nokogiri (>= 1.5.9) 100 memoizable (0.4.2) ··· 139 rails-dom-testing (2.0.3) 140 activesupport (>= 4.2.0) 141 nokogiri (>= 1.6) 142 + rails-html-sanitizer (1.4.2) 143 loofah (~> 2.3) 144 rainbow (3.0.0) 145 rbtrace (0.4.14) ··· 147 msgpack (>= 0.4.3) 148 optimist (>= 3.0.0) 149 rdoc (6.3.2) 150 + redis (4.4.0) 151 regexp_parser (1.8.1) 152 reverse_markdown (1.4.0) 153 nokogiri ··· 197 stringex (2.8.5) 198 thor (1.1.0) 199 thread_safe (0.3.6) 200 + thrift (0.15.0) 201 timecop (0.9.1) 202 tzinfo (2.0.4) 203 concurrent-ruby (~> 1.0) ··· 216 ruby 217 218 DEPENDENCIES 219 + activesupport (~> 6.1.4.1) 220 factory_bot 221 faraday (~> 1.0) 222 github-linguist (~> 7.12) 223 gitlab-gollum-lib (~> 4.2.7.10.gitlab.1) 224 gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1) 225 + gitlab-labkit (~> 0.21.1) 226 gitlab-markup (~> 1.7.1) 227 google-protobuf (~> 3.17.0) 228 grpc (~> 1.30.2)
+2 -2
pkgs/applications/version-management/gitlab/gitaly/default.nix
··· 20 }; 21 }; 22 }; 23 - version = "14.3.3"; 24 gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}"; 25 in 26 ··· 32 owner = "gitlab-org"; 33 repo = "gitaly"; 34 rev = "v${version}"; 35 - sha256 = "sha256-WC361E+p3i02n2YCOwUzRxCWFt5UMEfJi6tHZPj1dgo="; 36 }; 37 38 vendorSha256 = "sha256-9RhPQosen70E9t1iAoc2SeKs9pYMMpMqgXLekWfKNf8=";
··· 20 }; 21 }; 22 }; 23 + version = "14.4.0"; 24 gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}"; 25 in 26 ··· 32 owner = "gitlab-org"; 33 repo = "gitaly"; 34 rev = "v${version}"; 35 + sha256 = "sha256-GnjG/LuHvulNrwj1/4r07snue7rysZ74cWpf60w48cc="; 36 }; 37 38 vendorSha256 = "sha256-9RhPQosen70E9t1iAoc2SeKs9pYMMpMqgXLekWfKNf8=";
+16 -16
pkgs/applications/version-management/gitlab/gitaly/gemset.nix
··· 13 platforms = []; 14 source = { 15 remotes = ["https://rubygems.org"]; 16 - sha256 = "1wdgv5llgbl4nayx5j78lfvhhjssrzfmypb45mjy37mgm8z5l5m5"; 17 type = "gem"; 18 }; 19 - version = "6.1.3.2"; 20 }; 21 actionview = { 22 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; ··· 24 platforms = []; 25 source = { 26 remotes = ["https://rubygems.org"]; 27 - sha256 = "1r6db2g3fsrca1hp9kbyvjx9psipsxw0g306qharkcblxl8h1ysn"; 28 type = "gem"; 29 }; 30 - version = "6.1.3.2"; 31 }; 32 activesupport = { 33 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; ··· 35 platforms = []; 36 source = { 37 remotes = ["https://rubygems.org"]; 38 - sha256 = "1csxddyhl6k773ycxjvmyshyr4g9jb1icbs3pnm7crnavqs4h1yr"; 39 type = "gem"; 40 }; 41 - version = "6.1.3.2"; 42 }; 43 adamantium = { 44 dependencies = ["ice_nine" "memoizable"]; ··· 269 platforms = []; 270 source = { 271 remotes = ["https://rubygems.org"]; 272 - sha256 = "1krn6vi33i5vqbz3gmwzj9f9ifda41a3as3chpl899mrgni61q6r"; 273 type = "gem"; 274 }; 275 - version = "0.20.0"; 276 }; 277 gitlab-markup = { 278 groups = ["default"]; ··· 383 platforms = []; 384 source = { 385 remotes = ["https://rubygems.org"]; 386 - sha256 = "19vkaazjqyq7yj5ah8rpr4vl9n4mg95scdr5im93akhd5bjvkkly"; 387 type = "gem"; 388 }; 389 - version = "2.10.0"; 390 }; 391 memoizable = { 392 dependencies = ["thread_safe"]; ··· 643 platforms = []; 644 source = { 645 remotes = ["https://rubygems.org"]; 646 - sha256 = "1icpqmxbppl4ynzmn6dx7wdil5hhq6fz707m9ya6d86c7ys8sd4f"; 647 type = "gem"; 648 }; 649 - version = "1.3.0"; 650 }; 651 rainbow = { 652 source = { ··· 682 platforms = []; 683 source = { 684 remotes = ["https://rubygems.org"]; 685 - sha256 = "15x2sr6h094rjbvg8pkq6m3lcd5abpyx93aifvfdz3wv6x55xa48"; 686 type = "gem"; 687 }; 688 - version = "4.2.5"; 689 }; 690 regexp_parser = { 691 groups = ["default" "development" "test"]; ··· 899 platforms = []; 900 source = { 901 remotes = ["https://rubygems.org"]; 902 - sha256 = "1sfa4120a7yl3gxjcx990gyawsshfr22gfv5rvgpk72l2p9j2420"; 903 type = "gem"; 904 }; 905 - version = "0.14.1"; 906 }; 907 timecop = { 908 source = {
··· 13 platforms = []; 14 source = { 15 remotes = ["https://rubygems.org"]; 16 + sha256 = "0xgysqnibjsy6kdz10x2xb3kwa6lssiqhh0zggrbgs31ypwhlpia"; 17 type = "gem"; 18 }; 19 + version = "6.1.4.1"; 20 }; 21 actionview = { 22 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; ··· 24 platforms = []; 25 source = { 26 remotes = ["https://rubygems.org"]; 27 + sha256 = "1yf4ic5kl324rs0raralpwx24s6hvvdzxfhinafylf8f3x7jj23z"; 28 type = "gem"; 29 }; 30 + version = "6.1.4.1"; 31 }; 32 activesupport = { 33 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; ··· 35 platforms = []; 36 source = { 37 remotes = ["https://rubygems.org"]; 38 + sha256 = "19gx1jcq46x9d1pi1w8xq0bgvvfw239y4lalr8asm291gj3q3ds4"; 39 type = "gem"; 40 }; 41 + version = "6.1.4.1"; 42 }; 43 adamantium = { 44 dependencies = ["ice_nine" "memoizable"]; ··· 269 platforms = []; 270 source = { 271 remotes = ["https://rubygems.org"]; 272 + sha256 = "0xkzm6kri1dzjrmicm3wgbnxi9gk0byanr6ibfrflv7spd98fz19"; 273 type = "gem"; 274 }; 275 + version = "0.21.2"; 276 }; 277 gitlab-markup = { 278 groups = ["default"]; ··· 383 platforms = []; 384 source = { 385 remotes = ["https://rubygems.org"]; 386 + sha256 = "1nqcya57x2n58y1dify60i0dpla40n4yir928khp4nj5jrn9mgmw"; 387 type = "gem"; 388 }; 389 + version = "2.12.0"; 390 }; 391 memoizable = { 392 dependencies = ["thread_safe"]; ··· 643 platforms = []; 644 source = { 645 remotes = ["https://rubygems.org"]; 646 + sha256 = "09qrfi3pgllxb08r024lln9k0qzxs57v0slsj8616xf9c0cwnwbk"; 647 type = "gem"; 648 }; 649 + version = "1.4.2"; 650 }; 651 rainbow = { 652 source = { ··· 682 platforms = []; 683 source = { 684 remotes = ["https://rubygems.org"]; 685 + sha256 = "1ig832dp0xmpp6a934nifzaj7wm9lzjxzasw911fagycs8p6m720"; 686 type = "gem"; 687 }; 688 + version = "4.4.0"; 689 }; 690 regexp_parser = { 691 groups = ["default" "development" "test"]; ··· 899 platforms = []; 900 source = { 901 remotes = ["https://rubygems.org"]; 902 + sha256 = "0rb9nax4k72zbriq7k98shfcj4lf54sqjpin2xm6ma7bb48ra8mc"; 903 type = "gem"; 904 }; 905 + version = "0.15.0"; 906 }; 907 timecop = { 908 source = {
+2 -2
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
··· 5 buildGoModule rec { 6 pname = "gitlab-workhorse"; 7 8 - version = "14.3.3"; 9 10 src = fetchFromGitLab { 11 owner = data.owner; ··· 16 17 sourceRoot = "source/workhorse"; 18 19 - vendorSha256 = "sha256-piA14jYFV+FD20kR38rN1o329eeYAW/PmS0QI1GaU50="; 20 buildInputs = [ git ]; 21 ldflags = [ "-X main.Version=${version}" ]; 22 doCheck = false;
··· 5 buildGoModule rec { 6 pname = "gitlab-workhorse"; 7 8 + version = "14.4.0"; 9 10 src = fetchFromGitLab { 11 owner = data.owner; ··· 16 17 sourceRoot = "source/workhorse"; 18 19 + vendorSha256 = "sha256-yLZY9FFUS4nJl4TkE6MwICCEwtPTXFc5zuj4FgiIy74="; 20 buildInputs = [ git ]; 21 ldflags = [ "-X main.Version=${version}" ]; 22 doCheck = false;
+12 -12
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
··· 2 3 source 'https://rubygems.org' 4 5 - gem 'rails', '~> 6.1.3.2' 6 7 gem 'bootsnap', '~> 1.4.6' 8 ··· 92 93 # API 94 gem 'grape', '~> 1.5.2' 95 - gem 'grape-entity', '~> 0.9.0' 96 gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' 97 98 # GraphQL API ··· 129 gem 'fog-openstack', '~> 1.0' 130 gem 'fog-rackspace', '~> 0.1.1' 131 gem 'fog-aliyun', '~> 0.3' 132 - gem 'gitlab-fog-azure-rm', '~> 1.1.1', require: false 133 134 # for Google storage 135 gem 'google-api-client', '~> 0.33' ··· 154 gem 'deckar01-task_list', '2.3.1' 155 gem 'gitlab-markup', '~> 1.7.1' 156 gem 'github-markup', '~> 1.7.0', require: 'github/markup' 157 - gem 'commonmarker', '~> 0.21' 158 gem 'kramdown', '~> 2.3.1' 159 gem 'RedCloth', '~> 4.3.2' 160 gem 'rdoc', '~> 6.3.2' ··· 165 gem 'asciidoctor-include-ext', '~> 0.3.1', require: false 166 gem 'asciidoctor-plantuml', '~> 0.0.12' 167 gem 'asciidoctor-kroki', '~> 0.5.0', require: false 168 - gem 'rouge', '~> 3.26.0' 169 gem 'truncato', '~> 0.7.11' 170 gem 'bootstrap_form', '~> 4.2.0' 171 gem 'nokogiri', '~> 1.11.4' ··· 195 gem 'acts-as-taggable-on', '~> 7.0' 196 197 # Background jobs 198 - gem 'sidekiq', '~> 5.2.7' 199 gem 'sidekiq-cron', '~> 1.0' 200 gem 'redis-namespace', '~> 1.8.1' 201 - gem 'gitlab-sidekiq-fetcher', '0.5.6', require: 'sidekiq-reliable-fetch' 202 203 # Cron Parser 204 gem 'fugit', '~> 1.2.1' ··· 229 gem 'device_detector' 230 231 # Redis 232 - gem 'redis', '~> 4.1.4' 233 gem 'connection_pool', '~> 2.0' 234 235 # Redis session store ··· 341 gem 'lefthook', '~> 0.7.0', require: false 342 gem 'solargraph', '~> 0.43', require: false 343 344 - gem 'letter_opener_web', '~> 1.4.0' 345 346 # Better errors handler 347 gem 'better_errors', '~> 2.9.0' ··· 355 gem 'bullet', '~> 6.1.3' 356 gem 'pry-byebug' 357 gem 'pry-rails', '~> 0.3.9' 358 - gem 'pry-shell', '~> 0.4.0' 359 360 gem 'awesome_print', require: false 361 ··· 424 gem 'webmock', '~> 3.9.1' 425 gem 'rails-controller-testing' 426 gem 'concurrent-ruby', '~> 1.1' 427 - gem 'test-prof', '~> 0.12.0' 428 gem 'rspec_junit_formatter' 429 gem 'guard-rspec' 430 ··· 474 gem 'spamcheck', '~> 0.1.0' 475 476 # Gitaly GRPC protocol definitions 477 - gem 'gitaly', '~> 14.3.0.pre.rc1' 478 479 # KAS GRPC protocol definitions 480 gem 'kas-grpc', '~> 0.0.2'
··· 2 3 source 'https://rubygems.org' 4 5 + gem 'rails', '~> 6.1.4.1' 6 7 gem 'bootsnap', '~> 1.4.6' 8 ··· 92 93 # API 94 gem 'grape', '~> 1.5.2' 95 + gem 'grape-entity', '~> 0.10.0' 96 gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' 97 98 # GraphQL API ··· 129 gem 'fog-openstack', '~> 1.0' 130 gem 'fog-rackspace', '~> 0.1.1' 131 gem 'fog-aliyun', '~> 0.3' 132 + gem 'gitlab-fog-azure-rm', '~> 1.2.0', require: false 133 134 # for Google storage 135 gem 'google-api-client', '~> 0.33' ··· 154 gem 'deckar01-task_list', '2.3.1' 155 gem 'gitlab-markup', '~> 1.7.1' 156 gem 'github-markup', '~> 1.7.0', require: 'github/markup' 157 + gem 'commonmarker', '~> 0.23.2' 158 gem 'kramdown', '~> 2.3.1' 159 gem 'RedCloth', '~> 4.3.2' 160 gem 'rdoc', '~> 6.3.2' ··· 165 gem 'asciidoctor-include-ext', '~> 0.3.1', require: false 166 gem 'asciidoctor-plantuml', '~> 0.0.12' 167 gem 'asciidoctor-kroki', '~> 0.5.0', require: false 168 + gem 'rouge', '~> 3.26.1' 169 gem 'truncato', '~> 0.7.11' 170 gem 'bootstrap_form', '~> 4.2.0' 171 gem 'nokogiri', '~> 1.11.4' ··· 195 gem 'acts-as-taggable-on', '~> 7.0' 196 197 # Background jobs 198 + gem 'sidekiq', '~> 6.2.2' 199 gem 'sidekiq-cron', '~> 1.0' 200 gem 'redis-namespace', '~> 1.8.1' 201 + gem 'gitlab-sidekiq-fetcher', '0.8.0', require: 'sidekiq-reliable-fetch' 202 203 # Cron Parser 204 gem 'fugit', '~> 1.2.1' ··· 229 gem 'device_detector' 230 231 # Redis 232 + gem 'redis', '~> 4.4.0' 233 gem 'connection_pool', '~> 2.0' 234 235 # Redis session store ··· 341 gem 'lefthook', '~> 0.7.0', require: false 342 gem 'solargraph', '~> 0.43', require: false 343 344 + gem 'letter_opener_web', '~> 1.4.1' 345 346 # Better errors handler 347 gem 'better_errors', '~> 2.9.0' ··· 355 gem 'bullet', '~> 6.1.3' 356 gem 'pry-byebug' 357 gem 'pry-rails', '~> 0.3.9' 358 + gem 'pry-shell', '~> 0.5.0' 359 360 gem 'awesome_print', require: false 361 ··· 424 gem 'webmock', '~> 3.9.1' 425 gem 'rails-controller-testing' 426 gem 'concurrent-ruby', '~> 1.1' 427 + gem 'test-prof', '~> 1.0.7' 428 gem 'rspec_junit_formatter' 429 gem 'guard-rspec' 430 ··· 474 gem 'spamcheck', '~> 0.1.0' 475 476 # Gitaly GRPC protocol definitions 477 + gem 'gitaly', '~> 14.3.0.pre.rc2' 478 479 # KAS GRPC protocol definitions 480 gem 'kas-grpc', '~> 0.0.2'
+88 -94
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
··· 4 RedCloth (4.3.2) 5 acme-client (2.0.6) 6 faraday (>= 0.17, < 2.0.0) 7 - actioncable (6.1.3.2) 8 - actionpack (= 6.1.3.2) 9 - activesupport (= 6.1.3.2) 10 nio4r (~> 2.0) 11 websocket-driver (>= 0.6.1) 12 - actionmailbox (6.1.3.2) 13 - actionpack (= 6.1.3.2) 14 - activejob (= 6.1.3.2) 15 - activerecord (= 6.1.3.2) 16 - activestorage (= 6.1.3.2) 17 - activesupport (= 6.1.3.2) 18 mail (>= 2.7.1) 19 - actionmailer (6.1.3.2) 20 - actionpack (= 6.1.3.2) 21 - actionview (= 6.1.3.2) 22 - activejob (= 6.1.3.2) 23 - activesupport (= 6.1.3.2) 24 mail (~> 2.5, >= 2.5.4) 25 rails-dom-testing (~> 2.0) 26 - actionpack (6.1.3.2) 27 - actionview (= 6.1.3.2) 28 - activesupport (= 6.1.3.2) 29 rack (~> 2.0, >= 2.0.9) 30 rack-test (>= 0.6.3) 31 rails-dom-testing (~> 2.0) 32 rails-html-sanitizer (~> 1.0, >= 1.2.0) 33 - actiontext (6.1.3.2) 34 - actionpack (= 6.1.3.2) 35 - activerecord (= 6.1.3.2) 36 - activestorage (= 6.1.3.2) 37 - activesupport (= 6.1.3.2) 38 nokogiri (>= 1.8.5) 39 - actionview (6.1.3.2) 40 - activesupport (= 6.1.3.2) 41 builder (~> 3.1) 42 erubi (~> 1.4) 43 rails-dom-testing (~> 2.0) 44 rails-html-sanitizer (~> 1.1, >= 1.2.0) 45 - activejob (6.1.3.2) 46 - activesupport (= 6.1.3.2) 47 globalid (>= 0.3.6) 48 - activemodel (6.1.3.2) 49 - activesupport (= 6.1.3.2) 50 - activerecord (6.1.3.2) 51 - activemodel (= 6.1.3.2) 52 - activesupport (= 6.1.3.2) 53 activerecord-explain-analyze (0.1.0) 54 activerecord (>= 4) 55 pg 56 - activestorage (6.1.3.2) 57 - actionpack (= 6.1.3.2) 58 - activejob (= 6.1.3.2) 59 - activerecord (= 6.1.3.2) 60 - activesupport (= 6.1.3.2) 61 marcel (~> 1.0.0) 62 - mini_mime (~> 1.0.2) 63 - activesupport (6.1.3.2) 64 concurrent-ruby (~> 1.0, >= 1.0.2) 65 i18n (>= 1.6, < 2) 66 minitest (>= 5.1) ··· 193 open4 (~> 1.3) 194 coderay (1.1.3) 195 colored2 (3.1.2) 196 - commonmarker (0.21.0) 197 - ruby-enum (~> 0.5) 198 concurrent-ruby (1.1.9) 199 connection_pool (2.2.2) 200 contracts (0.11.0) ··· 446 rails (>= 3.2.0) 447 git (1.7.0) 448 rchardet (~> 1.8) 449 - gitaly (14.3.0.pre.rc1) 450 grpc (~> 1.0) 451 github-markup (1.7.0) 452 gitlab (4.16.1) ··· 461 activesupport (>= 3.0) 462 request_store (>= 1.0) 463 scientist (~> 1.6, >= 1.6.0) 464 - gitlab-fog-azure-rm (1.1.1) 465 azure-storage-blob (~> 2.0) 466 azure-storage-common (~> 2.0) 467 fog-core (= 2.1.0) ··· 484 addressable (~> 2.7) 485 omniauth (~> 1.9) 486 openid_connect (~> 1.2) 487 - gitlab-sidekiq-fetcher (0.5.6) 488 - sidekiq (~> 5) 489 gitlab-styles (6.3.0) 490 rubocop (~> 0.91, >= 0.91.1) 491 rubocop-gitlab-security (~> 0.1.1) ··· 499 omniauth (~> 1.3) 500 pyu-ruby-sasl (>= 0.0.3.3, < 0.1) 501 rubyntlm (~> 0.5) 502 - globalid (0.4.2) 503 - activesupport (>= 4.2.0) 504 gon (6.4.0) 505 actionpack (>= 3.0.20) 506 i18n (>= 0.7) ··· 536 mustermann-grape (~> 1.0.0) 537 rack (>= 1.3.0) 538 rack-accept 539 - grape-entity (0.9.0) 540 activesupport (>= 3.0.0) 541 multi_json (>= 1.3.2) 542 grape-path-helpers (1.7.0) ··· 693 lefthook (0.7.5) 694 letter_opener (1.7.0) 695 launchy (~> 2.2) 696 - letter_opener_web (1.4.0) 697 actionmailer (>= 3.2) 698 letter_opener (~> 1.0) 699 railties (>= 3.2) ··· 740 mime-types-data (3.2020.0512) 741 mini_histogram (0.3.1) 742 mini_magick (4.10.1) 743 - mini_mime (1.0.2) 744 mini_portile2 (2.5.3) 745 minitest (5.11.3) 746 mixlib-cli (2.1.8) ··· 777 net-ssh (>= 2.6.5, < 7.0.0) 778 net-ssh (6.0.0) 779 netrc (0.11.0) 780 - nio4r (2.5.4) 781 no_proxy_fix (0.1.2) 782 nokogiri (1.11.7) 783 mini_portile2 (~> 2.5.0) ··· 901 peek (1.1.0) 902 railties (>= 4.0.0) 903 pg (1.2.3) 904 - pg_query (2.1.0) 905 google-protobuf (>= 3.17.1) 906 plist (3.6.0) 907 png_quantizator (0.2.1) ··· 927 pry (~> 0.13.0) 928 pry-rails (0.3.9) 929 pry (>= 0.10.4) 930 - pry-shell (0.4.1) 931 pry (~> 0.13.0) 932 tty-markdown 933 tty-prompt ··· 953 httpclient 954 json-jwt (>= 1.11.0) 955 rack (>= 2.1.0) 956 - rack-protection (2.0.5) 957 - rack 958 rack-proxy (0.6.0) 959 rack 960 rack-test (1.1.0) 961 rack (>= 1.0, < 3) 962 rack-timeout (0.5.2) 963 - rails (6.1.3.2) 964 - actioncable (= 6.1.3.2) 965 - actionmailbox (= 6.1.3.2) 966 - actionmailer (= 6.1.3.2) 967 - actionpack (= 6.1.3.2) 968 - actiontext (= 6.1.3.2) 969 - actionview (= 6.1.3.2) 970 - activejob (= 6.1.3.2) 971 - activemodel (= 6.1.3.2) 972 - activerecord (= 6.1.3.2) 973 - activestorage (= 6.1.3.2) 974 - activesupport (= 6.1.3.2) 975 bundler (>= 1.15.0) 976 - railties (= 6.1.3.2) 977 sprockets-rails (>= 2.0.0) 978 rails-controller-testing (1.0.5) 979 actionpack (>= 5.0.1.rc1) ··· 987 rails-i18n (6.0.0) 988 i18n (>= 0.7, < 2) 989 railties (>= 6.0.0, < 7) 990 - railties (6.1.3.2) 991 - actionpack (= 6.1.3.2) 992 - activesupport (= 6.1.3.2) 993 method_source 994 - rake (>= 0.8.7) 995 thor (~> 1.0) 996 rainbow (3.0.0) 997 rake (13.0.6) ··· 1011 recaptcha (4.13.1) 1012 json 1013 recursive-open-struct (1.1.3) 1014 - redis (4.1.4) 1015 redis-actionpack (5.2.0) 1016 actionpack (>= 5, < 7) 1017 redis-rack (>= 2.1.0, < 3) ··· 1045 rexml (3.2.5) 1046 rinku (2.0.0) 1047 rotp (6.2.0) 1048 - rouge (3.26.0) 1049 rqrcode (0.7.0) 1050 chunky_png 1051 rqrcode-rails3 (0.1.7) ··· 1109 rubocop-rspec (1.44.1) 1110 rubocop (~> 0.87) 1111 rubocop-ast (>= 0.7.1) 1112 - ruby-enum (0.8.0) 1113 - i18n 1114 ruby-fogbugz (0.2.1) 1115 crack (~> 0.4) 1116 ruby-magic (0.4.0) ··· 1169 shellany (0.0.1) 1170 shoulda-matchers (4.0.1) 1171 activesupport (>= 4.2.0) 1172 - sidekiq (5.2.9) 1173 - connection_pool (~> 2.2, >= 2.2.2) 1174 rack (~> 2.0) 1175 - rack-protection (>= 1.5.0) 1176 - redis (>= 3.3.5, < 4.2) 1177 sidekiq-cron (1.0.4) 1178 fugit (~> 1.1) 1179 sidekiq (>= 4.2.1) ··· 1251 unicode-display_width (~> 1.1, >= 1.1.1) 1252 terser (1.0.2) 1253 execjs (>= 0.3.0, < 3) 1254 - test-prof (0.12.0) 1255 test_file_finder (0.1.4) 1256 faraday (~> 1.0) 1257 text (1.3.1) ··· 1351 crack (>= 0.3.2) 1352 hashdiff (>= 0.4.0, < 2.0.0) 1353 webrick (1.6.1) 1354 - websocket-driver (0.7.3) 1355 websocket-extensions (>= 0.1.0) 1356 websocket-extensions (0.1.5) 1357 wikicloth (0.8.1) ··· 1408 capybara-screenshot (~> 1.0.22) 1409 carrierwave (~> 1.3) 1410 charlock_holmes (~> 0.7.7) 1411 - commonmarker (~> 0.21) 1412 concurrent-ruby (~> 1.1) 1413 connection_pool (~> 2.0) 1414 countries (~> 3.0) ··· 1458 gettext (~> 3.3) 1459 gettext_i18n_rails (~> 1.8.0) 1460 gettext_i18n_rails_js (~> 1.3) 1461 - gitaly (~> 14.3.0.pre.rc1) 1462 github-markup (~> 1.7.0) 1463 gitlab-chronic (~> 0.10.5) 1464 gitlab-dangerfiles (~> 2.3.0) 1465 gitlab-experiment (~> 0.6.4) 1466 - gitlab-fog-azure-rm (~> 1.1.1) 1467 gitlab-labkit (~> 0.21.1) 1468 gitlab-license (~> 2.0) 1469 gitlab-mail_room (~> 0.0.9) 1470 gitlab-markup (~> 1.7.1) 1471 gitlab-net-dns (~> 0.9.1) 1472 gitlab-omniauth-openid-connect (~> 0.8.0) 1473 - gitlab-sidekiq-fetcher (= 0.5.6) 1474 gitlab-styles (~> 6.3.0) 1475 gitlab_chronic_duration (~> 0.10.6.2) 1476 gitlab_omniauth-ldap (~> 2.1.1) ··· 1479 google-protobuf (~> 3.17.1) 1480 gpgme (~> 2.0.19) 1481 grape (~> 1.5.2) 1482 - grape-entity (~> 0.9.0) 1483 grape-path-helpers (~> 1.7.0) 1484 grape_logging (~> 1.7) 1485 graphiql-rails (~> 1.4.10) ··· 1512 kramdown (~> 2.3.1) 1513 kubeclient (~> 4.9.2) 1514 lefthook (~> 0.7.0) 1515 - letter_opener_web (~> 1.4.0) 1516 license_finder (~> 6.0) 1517 licensee (~> 9.14.1) 1518 lockbox (~> 0.6.2) ··· 1563 prometheus-client-mmap (~> 0.15.0) 1564 pry-byebug 1565 pry-rails (~> 0.3.9) 1566 - pry-shell (~> 0.4.0) 1567 puma (~> 5.3.1) 1568 puma_worker_killer (~> 0.3.1) 1569 rack (~> 2.2.3) ··· 1572 rack-oauth2 (~> 1.16.0) 1573 rack-proxy (~> 0.6.0) 1574 rack-timeout (~> 0.5.1) 1575 - rails (~> 6.1.3.2) 1576 rails-controller-testing 1577 rails-i18n (~> 6.0) 1578 rainbow (~> 3.0) ··· 1581 rdoc (~> 6.3.2) 1582 re2 (~> 1.2.0) 1583 recaptcha (~> 4.11) 1584 - redis (~> 4.1.4) 1585 redis-actionpack (~> 5.2.0) 1586 redis-namespace (~> 1.8.1) 1587 request_store (~> 1.5) 1588 responders (~> 3.0) 1589 retriable (~> 3.1.2) 1590 rexml (~> 3.2.5) 1591 - rouge (~> 3.26.0) 1592 rqrcode-rails3 (~> 0.1.7) 1593 rspec-parameterized 1594 rspec-rails (~> 5.0.1) ··· 1611 sentry-raven (~> 3.1) 1612 settingslogic (~> 2.0.9) 1613 shoulda-matchers (~> 4.0.1) 1614 - sidekiq (~> 5.2.7) 1615 sidekiq-cron (~> 1.0) 1616 simple_po_parser (~> 1.1.2) 1617 simplecov (~> 0.18.5) ··· 1628 state_machines-activerecord (~> 0.8.0) 1629 sys-filesystem (~> 1.1.6) 1630 terser (= 1.0.2) 1631 - test-prof (~> 0.12.0) 1632 test_file_finder (~> 0.1.3) 1633 thin (~> 1.8.0) 1634 thrift (>= 0.14.0) ··· 1650 yajl-ruby (~> 1.4.1) 1651 1652 BUNDLED WITH 1653 - 2.2.20
··· 4 RedCloth (4.3.2) 5 acme-client (2.0.6) 6 faraday (>= 0.17, < 2.0.0) 7 + actioncable (6.1.4.1) 8 + actionpack (= 6.1.4.1) 9 + activesupport (= 6.1.4.1) 10 nio4r (~> 2.0) 11 websocket-driver (>= 0.6.1) 12 + actionmailbox (6.1.4.1) 13 + actionpack (= 6.1.4.1) 14 + activejob (= 6.1.4.1) 15 + activerecord (= 6.1.4.1) 16 + activestorage (= 6.1.4.1) 17 + activesupport (= 6.1.4.1) 18 mail (>= 2.7.1) 19 + actionmailer (6.1.4.1) 20 + actionpack (= 6.1.4.1) 21 + actionview (= 6.1.4.1) 22 + activejob (= 6.1.4.1) 23 + activesupport (= 6.1.4.1) 24 mail (~> 2.5, >= 2.5.4) 25 rails-dom-testing (~> 2.0) 26 + actionpack (6.1.4.1) 27 + actionview (= 6.1.4.1) 28 + activesupport (= 6.1.4.1) 29 rack (~> 2.0, >= 2.0.9) 30 rack-test (>= 0.6.3) 31 rails-dom-testing (~> 2.0) 32 rails-html-sanitizer (~> 1.0, >= 1.2.0) 33 + actiontext (6.1.4.1) 34 + actionpack (= 6.1.4.1) 35 + activerecord (= 6.1.4.1) 36 + activestorage (= 6.1.4.1) 37 + activesupport (= 6.1.4.1) 38 nokogiri (>= 1.8.5) 39 + actionview (6.1.4.1) 40 + activesupport (= 6.1.4.1) 41 builder (~> 3.1) 42 erubi (~> 1.4) 43 rails-dom-testing (~> 2.0) 44 rails-html-sanitizer (~> 1.1, >= 1.2.0) 45 + activejob (6.1.4.1) 46 + activesupport (= 6.1.4.1) 47 globalid (>= 0.3.6) 48 + activemodel (6.1.4.1) 49 + activesupport (= 6.1.4.1) 50 + activerecord (6.1.4.1) 51 + activemodel (= 6.1.4.1) 52 + activesupport (= 6.1.4.1) 53 activerecord-explain-analyze (0.1.0) 54 activerecord (>= 4) 55 pg 56 + activestorage (6.1.4.1) 57 + actionpack (= 6.1.4.1) 58 + activejob (= 6.1.4.1) 59 + activerecord (= 6.1.4.1) 60 + activesupport (= 6.1.4.1) 61 marcel (~> 1.0.0) 62 + mini_mime (>= 1.1.0) 63 + activesupport (6.1.4.1) 64 concurrent-ruby (~> 1.0, >= 1.0.2) 65 i18n (>= 1.6, < 2) 66 minitest (>= 5.1) ··· 193 open4 (~> 1.3) 194 coderay (1.1.3) 195 colored2 (3.1.2) 196 + commonmarker (0.23.2) 197 concurrent-ruby (1.1.9) 198 connection_pool (2.2.2) 199 contracts (0.11.0) ··· 445 rails (>= 3.2.0) 446 git (1.7.0) 447 rchardet (~> 1.8) 448 + gitaly (14.3.0.pre.rc2) 449 grpc (~> 1.0) 450 github-markup (1.7.0) 451 gitlab (4.16.1) ··· 460 activesupport (>= 3.0) 461 request_store (>= 1.0) 462 scientist (~> 1.6, >= 1.6.0) 463 + gitlab-fog-azure-rm (1.2.0) 464 azure-storage-blob (~> 2.0) 465 azure-storage-common (~> 2.0) 466 fog-core (= 2.1.0) ··· 483 addressable (~> 2.7) 484 omniauth (~> 1.9) 485 openid_connect (~> 1.2) 486 + gitlab-sidekiq-fetcher (0.8.0) 487 + sidekiq (~> 6.1) 488 gitlab-styles (6.3.0) 489 rubocop (~> 0.91, >= 0.91.1) 490 rubocop-gitlab-security (~> 0.1.1) ··· 498 omniauth (~> 1.3) 499 pyu-ruby-sasl (>= 0.0.3.3, < 0.1) 500 rubyntlm (~> 0.5) 501 + globalid (0.5.2) 502 + activesupport (>= 5.0) 503 gon (6.4.0) 504 actionpack (>= 3.0.20) 505 i18n (>= 0.7) ··· 535 mustermann-grape (~> 1.0.0) 536 rack (>= 1.3.0) 537 rack-accept 538 + grape-entity (0.10.0) 539 activesupport (>= 3.0.0) 540 multi_json (>= 1.3.2) 541 grape-path-helpers (1.7.0) ··· 692 lefthook (0.7.5) 693 letter_opener (1.7.0) 694 launchy (~> 2.2) 695 + letter_opener_web (1.4.1) 696 actionmailer (>= 3.2) 697 letter_opener (~> 1.0) 698 railties (>= 3.2) ··· 739 mime-types-data (3.2020.0512) 740 mini_histogram (0.3.1) 741 mini_magick (4.10.1) 742 + mini_mime (1.1.1) 743 mini_portile2 (2.5.3) 744 minitest (5.11.3) 745 mixlib-cli (2.1.8) ··· 776 net-ssh (>= 2.6.5, < 7.0.0) 777 net-ssh (6.0.0) 778 netrc (0.11.0) 779 + nio4r (2.5.8) 780 no_proxy_fix (0.1.2) 781 nokogiri (1.11.7) 782 mini_portile2 (~> 2.5.0) ··· 900 peek (1.1.0) 901 railties (>= 4.0.0) 902 pg (1.2.3) 903 + pg_query (2.1.1) 904 google-protobuf (>= 3.17.1) 905 plist (3.6.0) 906 png_quantizator (0.2.1) ··· 926 pry (~> 0.13.0) 927 pry-rails (0.3.9) 928 pry (>= 0.10.4) 929 + pry-shell (0.5.0) 930 pry (~> 0.13.0) 931 tty-markdown 932 tty-prompt ··· 952 httpclient 953 json-jwt (>= 1.11.0) 954 rack (>= 2.1.0) 955 rack-proxy (0.6.0) 956 rack 957 rack-test (1.1.0) 958 rack (>= 1.0, < 3) 959 rack-timeout (0.5.2) 960 + rails (6.1.4.1) 961 + actioncable (= 6.1.4.1) 962 + actionmailbox (= 6.1.4.1) 963 + actionmailer (= 6.1.4.1) 964 + actionpack (= 6.1.4.1) 965 + actiontext (= 6.1.4.1) 966 + actionview (= 6.1.4.1) 967 + activejob (= 6.1.4.1) 968 + activemodel (= 6.1.4.1) 969 + activerecord (= 6.1.4.1) 970 + activestorage (= 6.1.4.1) 971 + activesupport (= 6.1.4.1) 972 bundler (>= 1.15.0) 973 + railties (= 6.1.4.1) 974 sprockets-rails (>= 2.0.0) 975 rails-controller-testing (1.0.5) 976 actionpack (>= 5.0.1.rc1) ··· 984 rails-i18n (6.0.0) 985 i18n (>= 0.7, < 2) 986 railties (>= 6.0.0, < 7) 987 + railties (6.1.4.1) 988 + actionpack (= 6.1.4.1) 989 + activesupport (= 6.1.4.1) 990 method_source 991 + rake (>= 0.13) 992 thor (~> 1.0) 993 rainbow (3.0.0) 994 rake (13.0.6) ··· 1008 recaptcha (4.13.1) 1009 json 1010 recursive-open-struct (1.1.3) 1011 + redis (4.4.0) 1012 redis-actionpack (5.2.0) 1013 actionpack (>= 5, < 7) 1014 redis-rack (>= 2.1.0, < 3) ··· 1042 rexml (3.2.5) 1043 rinku (2.0.0) 1044 rotp (6.2.0) 1045 + rouge (3.26.1) 1046 rqrcode (0.7.0) 1047 chunky_png 1048 rqrcode-rails3 (0.1.7) ··· 1106 rubocop-rspec (1.44.1) 1107 rubocop (~> 0.87) 1108 rubocop-ast (>= 0.7.1) 1109 ruby-fogbugz (0.2.1) 1110 crack (~> 0.4) 1111 ruby-magic (0.4.0) ··· 1164 shellany (0.0.1) 1165 shoulda-matchers (4.0.1) 1166 activesupport (>= 4.2.0) 1167 + sidekiq (6.2.2) 1168 + connection_pool (>= 2.2.2) 1169 rack (~> 2.0) 1170 + redis (>= 4.2.0) 1171 sidekiq-cron (1.0.4) 1172 fugit (~> 1.1) 1173 sidekiq (>= 4.2.1) ··· 1245 unicode-display_width (~> 1.1, >= 1.1.1) 1246 terser (1.0.2) 1247 execjs (>= 0.3.0, < 3) 1248 + test-prof (1.0.7) 1249 test_file_finder (0.1.4) 1250 faraday (~> 1.0) 1251 text (1.3.1) ··· 1345 crack (>= 0.3.2) 1346 hashdiff (>= 0.4.0, < 2.0.0) 1347 webrick (1.6.1) 1348 + websocket-driver (0.7.5) 1349 websocket-extensions (>= 0.1.0) 1350 websocket-extensions (0.1.5) 1351 wikicloth (0.8.1) ··· 1402 capybara-screenshot (~> 1.0.22) 1403 carrierwave (~> 1.3) 1404 charlock_holmes (~> 0.7.7) 1405 + commonmarker (~> 0.23.2) 1406 concurrent-ruby (~> 1.1) 1407 connection_pool (~> 2.0) 1408 countries (~> 3.0) ··· 1452 gettext (~> 3.3) 1453 gettext_i18n_rails (~> 1.8.0) 1454 gettext_i18n_rails_js (~> 1.3) 1455 + gitaly (~> 14.3.0.pre.rc2) 1456 github-markup (~> 1.7.0) 1457 gitlab-chronic (~> 0.10.5) 1458 gitlab-dangerfiles (~> 2.3.0) 1459 gitlab-experiment (~> 0.6.4) 1460 + gitlab-fog-azure-rm (~> 1.2.0) 1461 gitlab-labkit (~> 0.21.1) 1462 gitlab-license (~> 2.0) 1463 gitlab-mail_room (~> 0.0.9) 1464 gitlab-markup (~> 1.7.1) 1465 gitlab-net-dns (~> 0.9.1) 1466 gitlab-omniauth-openid-connect (~> 0.8.0) 1467 + gitlab-sidekiq-fetcher (= 0.8.0) 1468 gitlab-styles (~> 6.3.0) 1469 gitlab_chronic_duration (~> 0.10.6.2) 1470 gitlab_omniauth-ldap (~> 2.1.1) ··· 1473 google-protobuf (~> 3.17.1) 1474 gpgme (~> 2.0.19) 1475 grape (~> 1.5.2) 1476 + grape-entity (~> 0.10.0) 1477 grape-path-helpers (~> 1.7.0) 1478 grape_logging (~> 1.7) 1479 graphiql-rails (~> 1.4.10) ··· 1506 kramdown (~> 2.3.1) 1507 kubeclient (~> 4.9.2) 1508 lefthook (~> 0.7.0) 1509 + letter_opener_web (~> 1.4.1) 1510 license_finder (~> 6.0) 1511 licensee (~> 9.14.1) 1512 lockbox (~> 0.6.2) ··· 1557 prometheus-client-mmap (~> 0.15.0) 1558 pry-byebug 1559 pry-rails (~> 0.3.9) 1560 + pry-shell (~> 0.5.0) 1561 puma (~> 5.3.1) 1562 puma_worker_killer (~> 0.3.1) 1563 rack (~> 2.2.3) ··· 1566 rack-oauth2 (~> 1.16.0) 1567 rack-proxy (~> 0.6.0) 1568 rack-timeout (~> 0.5.1) 1569 + rails (~> 6.1.4.1) 1570 rails-controller-testing 1571 rails-i18n (~> 6.0) 1572 rainbow (~> 3.0) ··· 1575 rdoc (~> 6.3.2) 1576 re2 (~> 1.2.0) 1577 recaptcha (~> 4.11) 1578 + redis (~> 4.4.0) 1579 redis-actionpack (~> 5.2.0) 1580 redis-namespace (~> 1.8.1) 1581 request_store (~> 1.5) 1582 responders (~> 3.0) 1583 retriable (~> 3.1.2) 1584 rexml (~> 3.2.5) 1585 + rouge (~> 3.26.1) 1586 rqrcode-rails3 (~> 0.1.7) 1587 rspec-parameterized 1588 rspec-rails (~> 5.0.1) ··· 1605 sentry-raven (~> 3.1) 1606 settingslogic (~> 2.0.9) 1607 shoulda-matchers (~> 4.0.1) 1608 + sidekiq (~> 6.2.2) 1609 sidekiq-cron (~> 1.0) 1610 simple_po_parser (~> 1.1.2) 1611 simplecov (~> 0.18.5) ··· 1622 state_machines-activerecord (~> 0.8.0) 1623 sys-filesystem (~> 1.1.6) 1624 terser (= 1.0.2) 1625 + test-prof (~> 1.0.7) 1626 test_file_finder (~> 0.1.3) 1627 thin (~> 1.8.0) 1628 thrift (>= 0.14.0) ··· 1644 yajl-ruby (~> 1.4.1) 1645 1646 BUNDLED WITH 1647 + 2.2.24
+60 -83
pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix
··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "15r6ab17iwhhq92by4ah9z4wwvjbr07qn16x8pn2ypgqwvfy74h7"; 20 type = "gem"; 21 }; 22 - version = "6.1.3.2"; 23 }; 24 actionmailbox = { 25 dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"]; ··· 27 platforms = []; 28 source = { 29 remotes = ["https://rubygems.org"]; 30 - sha256 = "1q1r3x9fbq5wlgn4xhqw48la09q7f97zna7ld5fglk3jpmh973x5"; 31 type = "gem"; 32 }; 33 - version = "6.1.3.2"; 34 }; 35 actionmailer = { 36 dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"]; ··· 38 platforms = []; 39 source = { 40 remotes = ["https://rubygems.org"]; 41 - sha256 = "1nqdaykzgib8fsldkxdkw0w44jzz4grvb028crzg0qpwvv03g2wp"; 42 type = "gem"; 43 }; 44 - version = "6.1.3.2"; 45 }; 46 actionpack = { 47 dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; ··· 49 platforms = []; 50 source = { 51 remotes = ["https://rubygems.org"]; 52 - sha256 = "1wdgv5llgbl4nayx5j78lfvhhjssrzfmypb45mjy37mgm8z5l5m5"; 53 type = "gem"; 54 }; 55 - version = "6.1.3.2"; 56 }; 57 actiontext = { 58 dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "nokogiri"]; ··· 60 platforms = []; 61 source = { 62 remotes = ["https://rubygems.org"]; 63 - sha256 = "1zfrkcnp9wy1dm4b6iqf29858dp04a62asfmldainqmv4a7931q7"; 64 type = "gem"; 65 }; 66 - version = "6.1.3.2"; 67 }; 68 actionview = { 69 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; ··· 71 platforms = []; 72 source = { 73 remotes = ["https://rubygems.org"]; 74 - sha256 = "1r6db2g3fsrca1hp9kbyvjx9psipsxw0g306qharkcblxl8h1ysn"; 75 type = "gem"; 76 }; 77 - version = "6.1.3.2"; 78 }; 79 activejob = { 80 dependencies = ["activesupport" "globalid"]; ··· 82 platforms = []; 83 source = { 84 remotes = ["https://rubygems.org"]; 85 - sha256 = "0p80rbahcxhxlkxgf4bh580hbifn9q4gr5g9fy8fd0z5g6gr9xxq"; 86 type = "gem"; 87 }; 88 - version = "6.1.3.2"; 89 }; 90 activemodel = { 91 dependencies = ["activesupport"]; ··· 93 platforms = []; 94 source = { 95 remotes = ["https://rubygems.org"]; 96 - sha256 = "1gpd3hh4ryyr84drj6m0b5sy6929nyf50bfgksw1hpc594542nal"; 97 type = "gem"; 98 }; 99 - version = "6.1.3.2"; 100 }; 101 activerecord = { 102 dependencies = ["activemodel" "activesupport"]; ··· 104 platforms = []; 105 source = { 106 remotes = ["https://rubygems.org"]; 107 - sha256 = "0fg58qma2zgrz0gr61p61qcz8c3h88fd5lbdrkpkm96aq5shwh68"; 108 type = "gem"; 109 }; 110 - version = "6.1.3.2"; 111 }; 112 activerecord-explain-analyze = { 113 dependencies = ["activerecord" "pg"]; ··· 126 platforms = []; 127 source = { 128 remotes = ["https://rubygems.org"]; 129 - sha256 = "0sbpkk3r8qi47bd0ilznq4gpfyfwm2bwvxqb5z0wc75h3zj1jhqg"; 130 type = "gem"; 131 }; 132 - version = "6.1.3.2"; 133 }; 134 activesupport = { 135 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; ··· 137 platforms = []; 138 source = { 139 remotes = ["https://rubygems.org"]; 140 - sha256 = "1csxddyhl6k773ycxjvmyshyr4g9jb1icbs3pnm7crnavqs4h1yr"; 141 type = "gem"; 142 }; 143 - version = "6.1.3.2"; 144 }; 145 acts-as-taggable-on = { 146 dependencies = ["activerecord"]; ··· 790 version = "3.1.2"; 791 }; 792 commonmarker = { 793 - dependencies = ["ruby-enum"]; 794 groups = ["default" "development" "test"]; 795 platforms = []; 796 source = { 797 remotes = ["https://rubygems.org"]; 798 - sha256 = "0vwpkmwfr8lx8b6cfvwh56f1ygyf2da5ah37mxbdr9mxmfwig5fr"; 799 type = "gem"; 800 }; 801 - version = "0.21.0"; 802 }; 803 concurrent-ruby = { 804 groups = ["default" "development" "test"]; ··· 1911 platforms = []; 1912 source = { 1913 remotes = ["https://rubygems.org"]; 1914 - sha256 = "0k0jrimdg0pij75hndkrl28hqgvsnl7sdn5k6mjv3sjwbm1p217w"; 1915 type = "gem"; 1916 }; 1917 - version = "14.3.0.pre.rc1"; 1918 }; 1919 github-markup = { 1920 groups = ["default"]; ··· 1976 platforms = []; 1977 source = { 1978 remotes = ["https://rubygems.org"]; 1979 - sha256 = "1k5f3vyy2jqv3zdkdqal6sgn447zakz8xcc04432qd806s7g9i89"; 1980 type = "gem"; 1981 }; 1982 - version = "1.1.1"; 1983 }; 1984 gitlab-labkit = { 1985 dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing" "pg_query" "redis"]; ··· 2049 platforms = []; 2050 source = { 2051 remotes = ["https://rubygems.org"]; 2052 - sha256 = "0838p0vnyl65571d8j5hljwyfyhsnfs6dlj6di57gpmwrbl9sdpr"; 2053 type = "gem"; 2054 }; 2055 - version = "0.5.6"; 2056 }; 2057 gitlab-styles = { 2058 dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rails" "rubocop-rspec"]; ··· 2093 platforms = []; 2094 source = { 2095 remotes = ["https://rubygems.org"]; 2096 - sha256 = "1zkxndvck72bfw235bd9nl2ii0lvs5z88q14706cmn702ww2mxv1"; 2097 type = "gem"; 2098 }; 2099 - version = "0.4.2"; 2100 }; 2101 gon = { 2102 dependencies = ["actionpack" "i18n" "multi_json" "request_store"]; ··· 2191 platforms = []; 2192 source = { 2193 remotes = ["https://rubygems.org"]; 2194 - sha256 = "0sqk33djlyvkinj0vxblfcib86bk9dy0iq2c3j2yalxyrpns3kfr"; 2195 type = "gem"; 2196 }; 2197 - version = "0.9.0"; 2198 }; 2199 grape-path-helpers = { 2200 dependencies = ["activesupport" "grape" "rake" "ruby2_keywords"]; ··· 2832 platforms = []; 2833 source = { 2834 remotes = ["https://rubygems.org"]; 2835 - sha256 = "0pianlrbf9n7jrqxpyxgsfk1j1d312d57d6gq7yxni6ax2q0293q"; 2836 type = "gem"; 2837 }; 2838 - version = "1.4.0"; 2839 }; 2840 libyajl2 = { 2841 groups = ["default"]; ··· 3054 platforms = []; 3055 source = { 3056 remotes = ["https://rubygems.org"]; 3057 - sha256 = "1axm0rxyx3ss93wbmfkm78a6x03l8y4qy60rhkkiq0aza0vwq3ha"; 3058 type = "gem"; 3059 }; 3060 - version = "1.0.2"; 3061 }; 3062 mini_portile2 = { 3063 groups = ["default" "development" "test"]; ··· 3302 platforms = []; 3303 source = { 3304 remotes = ["https://rubygems.org"]; 3305 - sha256 = "1cbwp1kbv6b2qfxv8sarv0d0ilb257jihlvdqj8f5pdm0ksq1sgk"; 3306 type = "gem"; 3307 }; 3308 - version = "2.5.4"; 3309 }; 3310 no_proxy_fix = { 3311 groups = ["default" "development"]; ··· 3805 platforms = []; 3806 source = { 3807 remotes = ["https://rubygems.org"]; 3808 - sha256 = "12dibsqndfnckc24yryy8v467rxp7p80jx21jhm8z7swp8118jhx"; 3809 type = "gem"; 3810 }; 3811 - version = "2.1.0"; 3812 }; 3813 plist = { 3814 groups = ["default"]; ··· 3927 platforms = []; 3928 source = { 3929 remotes = ["https://rubygems.org"]; 3930 - sha256 = "1wyx2rz58lfys1h62h6inz7ggq8xckqyfxndk8jq2cbkkdi2n6d7"; 3931 type = "gem"; 3932 }; 3933 - version = "0.4.1"; 3934 }; 3935 public_suffix = { 3936 groups = ["default" "development" "test"]; ··· 4048 }; 4049 version = "1.16.0"; 4050 }; 4051 - rack-protection = { 4052 - dependencies = ["rack"]; 4053 - groups = ["default"]; 4054 - platforms = []; 4055 - source = { 4056 - remotes = ["https://rubygems.org"]; 4057 - sha256 = "15167q25rmxipqwi6hjqj3i1byi9iwl3xq9b7mdar7qiz39pmjsk"; 4058 - type = "gem"; 4059 - }; 4060 - version = "2.0.5"; 4061 - }; 4062 rack-proxy = { 4063 dependencies = ["rack"]; 4064 groups = ["default"]; ··· 4097 platforms = []; 4098 source = { 4099 remotes = ["https://rubygems.org"]; 4100 - sha256 = "0flnpli87b9j0zvb3c4l5addjbznbpkbmp1wzfjc1gh8qxlhcs1n"; 4101 type = "gem"; 4102 }; 4103 - version = "6.1.3.2"; 4104 }; 4105 rails-controller-testing = { 4106 dependencies = ["actionpack" "actionview" "activesupport"]; ··· 4152 platforms = []; 4153 source = { 4154 remotes = ["https://rubygems.org"]; 4155 - sha256 = "17r1pr8d467vh3zkciw4wmrcixj9zjrvd11nxn2z091bkzf66xq2"; 4156 type = "gem"; 4157 }; 4158 - version = "6.1.3.2"; 4159 }; 4160 rainbow = { 4161 groups = ["default" "development" "test"]; ··· 4300 platforms = []; 4301 source = { 4302 remotes = ["https://rubygems.org"]; 4303 - sha256 = "0j0p82yb2a0z2sv38jq9xdzs0kvbslpyfdxky9f3znpy3igxj6yh"; 4304 type = "gem"; 4305 }; 4306 - version = "4.1.4"; 4307 }; 4308 redis-actionpack = { 4309 dependencies = ["actionpack" "redis-rack" "redis-store"]; ··· 4465 version = "6.2.0"; 4466 }; 4467 rouge = { 4468 - groups = ["default"]; 4469 platforms = []; 4470 source = { 4471 remotes = ["https://rubygems.org"]; 4472 - sha256 = "0b4b300i3m4m4kw7w1n9wgxwy16zccnb7271miksyzd0wq5b9pm3"; 4473 type = "gem"; 4474 }; 4475 - version = "3.26.0"; 4476 }; 4477 rqrcode = { 4478 dependencies = ["chunky_png"]; ··· 4671 }; 4672 version = "1.44.1"; 4673 }; 4674 - ruby-enum = { 4675 - dependencies = ["i18n"]; 4676 - groups = ["default" "development" "test"]; 4677 - platforms = []; 4678 - source = { 4679 - remotes = ["https://rubygems.org"]; 4680 - sha256 = "0d3dyx2z41zd6va9dwn3q8caf710vzdaf57xspc0y17aqmnprwnw"; 4681 - type = "gem"; 4682 - }; 4683 - version = "0.8.0"; 4684 - }; 4685 ruby-fogbugz = { 4686 dependencies = ["crack"]; 4687 groups = ["default"]; ··· 5008 version = "4.0.1"; 5009 }; 5010 sidekiq = { 5011 - dependencies = ["connection_pool" "rack" "rack-protection" "redis"]; 5012 groups = ["default"]; 5013 platforms = []; 5014 source = { 5015 remotes = ["https://rubygems.org"]; 5016 - sha256 = "0kw4z9mr8h1rddx6f81gf7glw9pf90w0kvgc2fx4g9hspgh9xh7y"; 5017 type = "gem"; 5018 }; 5019 - version = "5.2.9"; 5020 }; 5021 sidekiq-cron = { 5022 dependencies = ["fugit" "sidekiq"]; ··· 5351 platforms = []; 5352 source = { 5353 remotes = ["https://rubygems.org"]; 5354 - sha256 = "1pdb0szrj4mbczhlx2inszpj54rgnayvy2f2fff4q7jll2iz61i0"; 5355 type = "gem"; 5356 }; 5357 - version = "0.12.0"; 5358 }; 5359 test_file_finder = { 5360 dependencies = ["faraday"]; ··· 5824 platforms = []; 5825 source = { 5826 remotes = ["https://rubygems.org"]; 5827 - sha256 = "1i3rs4kcj0jba8idxla3s6xd1xfln3k8b4cb1dik2lda3ifnp3dh"; 5828 type = "gem"; 5829 }; 5830 - version = "0.7.3"; 5831 }; 5832 websocket-extensions = { 5833 groups = ["default" "test"];
··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 + sha256 = "0ilq5mniarm0zlvnkagqj9n9p73ljrhphciz02aymrpfxxxclz2x"; 20 type = "gem"; 21 }; 22 + version = "6.1.4.1"; 23 }; 24 actionmailbox = { 25 dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"]; ··· 27 platforms = []; 28 source = { 29 remotes = ["https://rubygems.org"]; 30 + sha256 = "16azdnjws215clb056b9mabglx4b8f61hr82hv7hm80dmn89zqq6"; 31 type = "gem"; 32 }; 33 + version = "6.1.4.1"; 34 }; 35 actionmailer = { 36 dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"]; ··· 38 platforms = []; 39 source = { 40 remotes = ["https://rubygems.org"]; 41 + sha256 = "00s07l2ac5igch1g2rpa0linmiq7mhgk6v6wxkckg8gbiqijb592"; 42 type = "gem"; 43 }; 44 + version = "6.1.4.1"; 45 }; 46 actionpack = { 47 dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; ··· 49 platforms = []; 50 source = { 51 remotes = ["https://rubygems.org"]; 52 + sha256 = "0xgysqnibjsy6kdz10x2xb3kwa6lssiqhh0zggrbgs31ypwhlpia"; 53 type = "gem"; 54 }; 55 + version = "6.1.4.1"; 56 }; 57 actiontext = { 58 dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "nokogiri"]; ··· 60 platforms = []; 61 source = { 62 remotes = ["https://rubygems.org"]; 63 + sha256 = "0m4fy4qqh09vnzbhx383vjdfid6fzbs49bzzg415x05nmmjkx582"; 64 type = "gem"; 65 }; 66 + version = "6.1.4.1"; 67 }; 68 actionview = { 69 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; ··· 71 platforms = []; 72 source = { 73 remotes = ["https://rubygems.org"]; 74 + sha256 = "1yf4ic5kl324rs0raralpwx24s6hvvdzxfhinafylf8f3x7jj23z"; 75 type = "gem"; 76 }; 77 + version = "6.1.4.1"; 78 }; 79 activejob = { 80 dependencies = ["activesupport" "globalid"]; ··· 82 platforms = []; 83 source = { 84 remotes = ["https://rubygems.org"]; 85 + sha256 = "1q7c0i0kwarxgcbxk71wa9jnlg45grbxmhlrh7dk9bgcv7r7r7hn"; 86 type = "gem"; 87 }; 88 + version = "6.1.4.1"; 89 }; 90 activemodel = { 91 dependencies = ["activesupport"]; ··· 93 platforms = []; 94 source = { 95 remotes = ["https://rubygems.org"]; 96 + sha256 = "16ixam4lni8b5lgx0whnax0imzh1dh10fy5r9pxs52n83yz5nbq3"; 97 type = "gem"; 98 }; 99 + version = "6.1.4.1"; 100 }; 101 activerecord = { 102 dependencies = ["activemodel" "activesupport"]; ··· 104 platforms = []; 105 source = { 106 remotes = ["https://rubygems.org"]; 107 + sha256 = "1ccgvlj767ybps3pxlaa4iw77n7wbriw2sr8754id3ngjfap08ja"; 108 type = "gem"; 109 }; 110 + version = "6.1.4.1"; 111 }; 112 activerecord-explain-analyze = { 113 dependencies = ["activerecord" "pg"]; ··· 126 platforms = []; 127 source = { 128 remotes = ["https://rubygems.org"]; 129 + sha256 = "17knzz9fvqg4x582vy0xmlgjkxfb13xyzl2rgw19qfma86hxsvvi"; 130 type = "gem"; 131 }; 132 + version = "6.1.4.1"; 133 }; 134 activesupport = { 135 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; ··· 137 platforms = []; 138 source = { 139 remotes = ["https://rubygems.org"]; 140 + sha256 = "19gx1jcq46x9d1pi1w8xq0bgvvfw239y4lalr8asm291gj3q3ds4"; 141 type = "gem"; 142 }; 143 + version = "6.1.4.1"; 144 }; 145 acts-as-taggable-on = { 146 dependencies = ["activerecord"]; ··· 790 version = "3.1.2"; 791 }; 792 commonmarker = { 793 groups = ["default" "development" "test"]; 794 platforms = []; 795 source = { 796 remotes = ["https://rubygems.org"]; 797 + sha256 = "0sshs8mvjgk73sfz3bi9apq0p99kfj7n9bg1cyldl4yyy2z05prs"; 798 type = "gem"; 799 }; 800 + version = "0.23.2"; 801 }; 802 concurrent-ruby = { 803 groups = ["default" "development" "test"]; ··· 1910 platforms = []; 1911 source = { 1912 remotes = ["https://rubygems.org"]; 1913 + sha256 = "197db842msm326ib8r3gqlavf5d11r4cd9jg4wjnyar3ccyr9dn7"; 1914 type = "gem"; 1915 }; 1916 + version = "14.3.0.pre.rc2"; 1917 }; 1918 github-markup = { 1919 groups = ["default"]; ··· 1975 platforms = []; 1976 source = { 1977 remotes = ["https://rubygems.org"]; 1978 + sha256 = "1hi9v0zy863gnk17w0fp1ks2kr1s2z6q0bkx5wdbq6yawycjs94h"; 1979 type = "gem"; 1980 }; 1981 + version = "1.2.0"; 1982 }; 1983 gitlab-labkit = { 1984 dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing" "pg_query" "redis"]; ··· 2048 platforms = []; 2049 source = { 2050 remotes = ["https://rubygems.org"]; 2051 + sha256 = "0qkkwd2sj9l6nmvipd1308ni01m2n8ixqwl6syl493cm5am4qmlw"; 2052 type = "gem"; 2053 }; 2054 + version = "0.8.0"; 2055 }; 2056 gitlab-styles = { 2057 dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rails" "rubocop-rspec"]; ··· 2092 platforms = []; 2093 source = { 2094 remotes = ["https://rubygems.org"]; 2095 + sha256 = "0k6ww3shk3mv119xvr9m99l6ql0czq91xhd66hm8hqssb18r2lvm"; 2096 type = "gem"; 2097 }; 2098 + version = "0.5.2"; 2099 }; 2100 gon = { 2101 dependencies = ["actionpack" "i18n" "multi_json" "request_store"]; ··· 2190 platforms = []; 2191 source = { 2192 remotes = ["https://rubygems.org"]; 2193 + sha256 = "1zic5fx8s0424vdarhslmxdqmfnlfv3k4prfyxrrwvf9pdy1xvcs"; 2194 type = "gem"; 2195 }; 2196 + version = "0.10.0"; 2197 }; 2198 grape-path-helpers = { 2199 dependencies = ["activesupport" "grape" "rake" "ruby2_keywords"]; ··· 2831 platforms = []; 2832 source = { 2833 remotes = ["https://rubygems.org"]; 2834 + sha256 = "0kgz2n0cyw3m8ipvijlikb6bldmzhnq451b9d7w5l74gw2fhqckg"; 2835 type = "gem"; 2836 }; 2837 + version = "1.4.1"; 2838 }; 2839 libyajl2 = { 2840 groups = ["default"]; ··· 3053 platforms = []; 3054 source = { 3055 remotes = ["https://rubygems.org"]; 3056 + sha256 = "173dp4vqvx1sl6aq83daxwn5xvb5rn3jgynjmb91swl7gmgp17yl"; 3057 type = "gem"; 3058 }; 3059 + version = "1.1.1"; 3060 }; 3061 mini_portile2 = { 3062 groups = ["default" "development" "test"]; ··· 3301 platforms = []; 3302 source = { 3303 remotes = ["https://rubygems.org"]; 3304 + sha256 = "0xk64wghkscs6bv2n22853k2nh39d131c6rfpnlw12mbjnnv9v1v"; 3305 type = "gem"; 3306 }; 3307 + version = "2.5.8"; 3308 }; 3309 no_proxy_fix = { 3310 groups = ["default" "development"]; ··· 3804 platforms = []; 3805 source = { 3806 remotes = ["https://rubygems.org"]; 3807 + sha256 = "0cf1b97nznl6adkx25j2x96sq8xx2b4fpic230fx65k3vqqn8a4r"; 3808 type = "gem"; 3809 }; 3810 + version = "2.1.1"; 3811 }; 3812 plist = { 3813 groups = ["default"]; ··· 3926 platforms = []; 3927 source = { 3928 remotes = ["https://rubygems.org"]; 3929 + sha256 = "1jn3f5d9h2kg3hc4q7nzxfian4bhs23hh8n6g6hm9nzxqqbh9448"; 3930 type = "gem"; 3931 }; 3932 + version = "0.5.0"; 3933 }; 3934 public_suffix = { 3935 groups = ["default" "development" "test"]; ··· 4047 }; 4048 version = "1.16.0"; 4049 }; 4050 rack-proxy = { 4051 dependencies = ["rack"]; 4052 groups = ["default"]; ··· 4085 platforms = []; 4086 source = { 4087 remotes = ["https://rubygems.org"]; 4088 + sha256 = "1y59m2x8rdc581bjgyyr9dabi3vk3frqhhpbb5ldpbj622kxfpbz"; 4089 type = "gem"; 4090 }; 4091 + version = "6.1.4.1"; 4092 }; 4093 rails-controller-testing = { 4094 dependencies = ["actionpack" "actionview" "activesupport"]; ··· 4140 platforms = []; 4141 source = { 4142 remotes = ["https://rubygems.org"]; 4143 + sha256 = "1kwpm068cqys34p2g0j3l1g0cd5f3kxnsay5v7lmbd0sgarac0vy"; 4144 type = "gem"; 4145 }; 4146 + version = "6.1.4.1"; 4147 }; 4148 rainbow = { 4149 groups = ["default" "development" "test"]; ··· 4288 platforms = []; 4289 source = { 4290 remotes = ["https://rubygems.org"]; 4291 + sha256 = "1ig832dp0xmpp6a934nifzaj7wm9lzjxzasw911fagycs8p6m720"; 4292 type = "gem"; 4293 }; 4294 + version = "4.4.0"; 4295 }; 4296 redis-actionpack = { 4297 dependencies = ["actionpack" "redis-rack" "redis-store"]; ··· 4453 version = "6.2.0"; 4454 }; 4455 rouge = { 4456 + groups = ["default" "development" "test"]; 4457 platforms = []; 4458 source = { 4459 remotes = ["https://rubygems.org"]; 4460 + sha256 = "197k0vskf72wxx0gzwld2jzg27bb7982xlvnzy9adlvkzp7nh8vf"; 4461 type = "gem"; 4462 }; 4463 + version = "3.26.1"; 4464 }; 4465 rqrcode = { 4466 dependencies = ["chunky_png"]; ··· 4659 }; 4660 version = "1.44.1"; 4661 }; 4662 ruby-fogbugz = { 4663 dependencies = ["crack"]; 4664 groups = ["default"]; ··· 4985 version = "4.0.1"; 4986 }; 4987 sidekiq = { 4988 + dependencies = ["connection_pool" "rack" "redis"]; 4989 groups = ["default"]; 4990 platforms = []; 4991 source = { 4992 remotes = ["https://rubygems.org"]; 4993 + sha256 = "104a97cl94aclg71ngrr097zjbdf6cibnz4q3rqjb88izmd7cfk6"; 4994 type = "gem"; 4995 }; 4996 + version = "6.2.2"; 4997 }; 4998 sidekiq-cron = { 4999 dependencies = ["fugit" "sidekiq"]; ··· 5328 platforms = []; 5329 source = { 5330 remotes = ["https://rubygems.org"]; 5331 + sha256 = "1vg0zjfgibdcgkzb4c25v0f4v6v8mvpzvgcag194rwglmkkyrwkx"; 5332 type = "gem"; 5333 }; 5334 + version = "1.0.7"; 5335 }; 5336 test_file_finder = { 5337 dependencies = ["faraday"]; ··· 5801 platforms = []; 5802 source = { 5803 remotes = ["https://rubygems.org"]; 5804 + sha256 = "0a3bwxd9v3ghrxzjc4vxmf4xa18c6m4xqy5wb0yk5c6b9psc7052"; 5805 type = "gem"; 5806 }; 5807 + version = "0.7.5"; 5808 }; 5809 websocket-extensions = { 5810 groups = ["default" "test"];