gitlab: 14.3.3 -> 14.4.0

Lara 978b3e19 22a500a3

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