gitlab: 16.9.2 -> 16.10.1

https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.1-ee/CHANGELOG.md

Fixes CVE-2023-6371
Fixes CVE-2024-2818

authored by Yaya and committed by Yureka 1dabbf30 f4a04eea

+322 -347
+9 -9
pkgs/applications/version-management/gitlab/data.json
··· 1 1 { 2 - "version": "16.9.2", 3 - "repo_hash": "sha256-pvmbxCySSc+Ug4W3cpXA6L7E3/I6J2A0BpcjFbR3YEI=", 4 - "yarn_hash": "02vchjx17h6kk268pwrjqmrri0wa6vrljm7y5s23hwzir4v86slq", 2 + "version": "16.10.1", 3 + "repo_hash": "sha256-Bd2BvdWUJJm+hJZHFaW2PyMdaNTZWArpaQ3nY06BBBY=", 4 + "yarn_hash": "0yzywfg4lqxjwm5cqsm4bn97zcrfvpnrs8rjrv9wv3xqvi9h9skd", 5 5 "owner": "gitlab-org", 6 6 "repo": "gitlab", 7 - "rev": "v16.9.2-ee", 7 + "rev": "v16.10.1-ee", 8 8 "passthru": { 9 - "GITALY_SERVER_VERSION": "16.9.2", 10 - "GITLAB_PAGES_VERSION": "16.9.2", 11 - "GITLAB_SHELL_VERSION": "14.33.0", 12 - "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.7.0", 13 - "GITLAB_WORKHORSE_VERSION": "16.9.2" 9 + "GITALY_SERVER_VERSION": "16.10.1", 10 + "GITLAB_PAGES_VERSION": "16.10.1", 11 + "GITLAB_SHELL_VERSION": "14.34.0", 12 + "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.8.0", 13 + "GITLAB_WORKHORSE_VERSION": "16.10.1" 14 14 } 15 15 }
+3 -1
pkgs/applications/version-management/gitlab/default.nix
··· 49 49 cp Cargo.lock $out 50 50 ''; 51 51 }; 52 - hash = "sha256-csasA2RH1vwRdF/9/BpFmh0AKsP3xtGmrhCx6mbVf6k="; 52 + hash = "sha256-7q2xWAsFkXHxkYNzIjPwJRy72xMXF278cpVzqGLt/9Y="; 53 53 }; 54 54 55 55 dontBuild = false; ··· 111 111 # of rake tasks fails. 112 112 GITLAB_LOG_PATH = "log"; 113 113 FOSS_ONLY = !gitlabEnterprise; 114 + 115 + SKIP_YARN_INSTALL = 1; 114 116 115 117 configurePhase = '' 116 118 runHook preConfigure
+3 -3
pkgs/applications/version-management/gitlab/gitaly/default.nix
··· 6 6 }: 7 7 8 8 let 9 - version = "16.9.2"; 9 + version = "16.10.1"; 10 10 package_version = "v${lib.versions.major version}"; 11 11 gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}"; 12 12 ··· 18 18 owner = "gitlab-org"; 19 19 repo = "gitaly"; 20 20 rev = "v${version}"; 21 - hash = "sha256-YlSZq7+YtV9mhZDoNZ7QStbZLQ/Vtt8H2ZW84ONvCq8="; 21 + hash = "sha256-YMvxSQcvFj/ugTGjTThmwi1V9M+rc3fldrmChWzXKR8="; 22 22 }; 23 23 24 - vendorHash = "sha256-aqwdeBjR8IGa1DsAXY1h7vq7OkuTgoDim5m40YKlcmo="; 24 + vendorHash = "sha256-zaldiRg7fk/HncpfR7k+dDprsOp1ziQHgX8B4l7bwe0="; 25 25 26 26 ldflags = [ "-X ${gitaly_package}/internal/version.version=${version}" "-X ${gitaly_package}/internal/version.moduleVersion=${version}" ]; 27 27
+3 -3
pkgs/applications/version-management/gitlab/gitlab-elasticsearch-indexer/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitlab-elasticsearch-indexer"; 5 - version = "4.7.0"; 5 + version = "4.8.0"; 6 6 7 7 # nixpkgs-update: no auto update 8 8 src = fetchFromGitLab { 9 9 owner = "gitlab-org"; 10 10 repo = "gitlab-elasticsearch-indexer"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-xkCG8PyOXQl2xqsq3INqYWGdcJpJgRsi/hB9creGTSM="; 12 + sha256 = "sha256-JHUDZmGlZGyvsB4wgAnNyIEtosZG4ajZ4eBGumH97ZI="; 13 13 }; 14 14 15 - vendorHash = "sha256-1eyIRlrgEQ6iiM2tom5S92BlsyaPVKZzSU3+Mmdxi+4="; 15 + vendorHash = "sha256-ztRKXoXncY66XJVwlPn4ShLWTD4Cr0yYHoUdquJItDM="; 16 16 17 17 buildInputs = [ icu ]; 18 18 nativeBuildInputs = [ pkg-config ];
+3 -3
pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitlab-pages"; 5 - version = "16.9.2"; 5 + version = "16.10.1"; 6 6 7 7 # nixpkgs-update: no auto update 8 8 src = fetchFromGitLab { 9 9 owner = "gitlab-org"; 10 10 repo = "gitlab-pages"; 11 11 rev = "v${version}"; 12 - hash = "sha256-1ygIMatPcqvhjN5Zkuk0WXd9iW6fv3bLK9EZsIII/WM="; 12 + hash = "sha256-jUTUYbkUad2WrI8lkktd2pr3+GPraEUXT+efOb7JcKw="; 13 13 }; 14 14 15 - vendorHash = "sha256-ZjIjGZaZhxa3OvdaA4qD+Qza604mxe1u+zAUtIAKouo="; 15 + vendorHash = "sha256-WrR4eZRAuYkhr7ZqP7OXqJ6uwvxzn+t+3OdBNcNaq0M="; 16 16 subPackages = [ "." ]; 17 17 18 18 meta = with lib; {
+3 -3
pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitlab-shell"; 5 - version = "14.33.0"; 5 + version = "14.34.0"; 6 6 7 7 # nixpkgs-update: no auto update 8 8 src = fetchFromGitLab { 9 9 owner = "gitlab-org"; 10 10 repo = "gitlab-shell"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-0C3ODs2NElJQ+A6x9lZxSParTZc3q4YqWsw7DxwhODo="; 12 + sha256 = "sha256-0LzZZn4kS5uRcj/uJgHvLvd6ZOLi1l4yaSqqRhmTYZs="; 13 13 }; 14 14 15 15 buildInputs = [ ruby libkrb5 ]; 16 16 17 17 patches = [ ./remove-hardcoded-locations.patch ]; 18 18 19 - vendorHash = "sha256-sTAd/AbPx5WzBCzTDLvo/bDZcmz/xVhIhz9nFGBEYx4="; 19 + vendorHash = "sha256-RtZ9d3cempY8PxaCPFJ2uEEorem6NDURHZPirr0SUjU="; 20 20 21 21 postInstall = '' 22 22 cp -r "$NIX_BUILD_TOP/source"/bin/* $out/bin
+2 -2
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
··· 5 5 buildGoModule rec { 6 6 pname = "gitlab-workhorse"; 7 7 8 - version = "16.9.2"; 8 + version = "16.10.1"; 9 9 10 10 # nixpkgs-update: no auto update 11 11 src = fetchFromGitLab { ··· 17 17 18 18 sourceRoot = "${src.name}/workhorse"; 19 19 20 - vendorHash = "sha256-RJ/CT8p1DpxmZcJLBeMDG77Zsn0Q6MiXsDcMK/LM2DA="; 20 + vendorHash = "sha256-bbKX22Tb2pM+Wnyl1ojdA1nmT40Z5R99mDP1hLD+lco="; 21 21 buildInputs = [ git ]; 22 22 ldflags = [ "-X main.Version=${version}" ]; 23 23 doCheck = false;
+38 -36
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
··· 24 24 # https://gitlab.com/gitlab-org/gitlab/-/issues/375713 25 25 # 26 26 # See https://docs.gitlab.com/ee/development/gemfile.html#upgrade-rails for guidelines when upgrading Rails 27 - gem 'rails', '~> 7.0.8' # rubocop:todo Gemfile/MissingFeatureCategory 27 + gem 'rails', '~> 7.0.8.1' # rubocop:todo Gemfile/MissingFeatureCategory 28 28 29 29 gem 'activerecord-gitlab', path: 'gems/activerecord-gitlab' # rubocop:todo Gemfile/MissingFeatureCategory 30 30 ··· 49 49 50 50 gem 'sprockets', '~> 3.7.0' # rubocop:todo Gemfile/MissingFeatureCategory 51 51 52 - gem 'view_component', '~> 3.8.0' # rubocop:todo Gemfile/MissingFeatureCategory 52 + gem 'view_component', '~> 3.11.0' # rubocop:todo Gemfile/MissingFeatureCategory 53 53 54 54 # Supported DBs 55 - gem 'pg', '~> 1.5.4' # rubocop:todo Gemfile/MissingFeatureCategory 55 + gem 'pg', '~> 1.5.6' # rubocop:todo Gemfile/MissingFeatureCategory 56 56 57 57 gem 'neighbor', '~> 0.2.3' # rubocop:todo Gemfile/MissingFeatureCategory 58 58 ··· 134 134 135 135 # API 136 136 gem 'grape', '~> 2.0.0', feature_category: :api 137 - gem 'grape-entity', '~> 0.10.0', feature_category: :api 137 + gem 'grape-entity', '~> 0.10.2', feature_category: :api 138 138 gem 'grape-swagger', '~> 2.0.1', group: [:development, :test], feature_category: :api 139 139 gem 'grape-swagger-entity', '~> 0.5.1', group: [:development, :test], feature_category: :api 140 - gem 'grape-path-helpers', '~> 2.0.0', feature_category: :api 140 + gem 'grape-path-helpers', '~> 2.0.1', feature_category: :api 141 141 gem 'rack-cors', '~> 2.0.1', require: 'rack/cors' # rubocop:todo Gemfile/MissingFeatureCategory 142 142 143 143 # GraphQL API ··· 148 148 gem 'graphlient', '~> 0.6.0', feature_category: :importers # Used by BulkImport feature (group::import) 149 149 150 150 # Generate Fake data 151 - gem 'ffaker', '~> 2.10' # rubocop:todo Gemfile/MissingFeatureCategory 151 + gem 'ffaker', '~> 2.23' # rubocop:todo Gemfile/MissingFeatureCategory 152 152 153 153 gem 'hashie', '~> 5.0.0' # rubocop:todo Gemfile/MissingFeatureCategory 154 154 ··· 207 207 gem 'elasticsearch-model', '~> 7.2' # rubocop:todo Gemfile/MissingFeatureCategory 208 208 gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation' # rubocop:todo Gemfile/MissingFeatureCategory 209 209 gem 'elasticsearch-api', '7.13.3' # rubocop:todo Gemfile/MissingFeatureCategory 210 - gem 'aws-sdk-core', '~> 3.191.1' # rubocop:todo Gemfile/MissingFeatureCategory 210 + gem 'aws-sdk-core', '~> 3.191.3' # rubocop:todo Gemfile/MissingFeatureCategory 211 211 gem 'aws-sdk-cloudformation', '~> 1' # rubocop:todo Gemfile/MissingFeatureCategory 212 - gem 'aws-sdk-s3', '~> 1.143.0' # rubocop:todo Gemfile/MissingFeatureCategory 212 + gem 'aws-sdk-s3', '~> 1.144.0' # rubocop:todo Gemfile/MissingFeatureCategory 213 213 gem 'faraday_middleware-aws-sigv4', '~>0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory 214 214 gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections # rubocop:todo Gemfile/MissingFeatureCategory 215 215 216 216 # Markdown and HTML processing 217 217 gem 'html-pipeline', '~> 2.14.3', feature_category: :team_planning 218 - gem 'deckar01-task_list', '2.3.3', feature_category: :team_planning 218 + gem 'deckar01-task_list', '2.3.4', feature_category: :team_planning 219 219 gem 'gitlab-markup', '~> 1.9.0', require: 'github/markup' # rubocop:todo Gemfile/MissingFeatureCategory 220 220 gem 'commonmarker', '~> 0.23.10', feature_category: :team_planning 221 221 gem 'kramdown', '~> 2.3.1' # rubocop:todo Gemfile/MissingFeatureCategory ··· 230 230 gem 'rouge', '~> 4.2.0' # rubocop:todo Gemfile/MissingFeatureCategory 231 231 gem 'truncato', '~> 0.7.12' # rubocop:todo Gemfile/MissingFeatureCategory 232 232 gem 'nokogiri', '~> 1.16' # rubocop:todo Gemfile/MissingFeatureCategory 233 - gem 'gitlab-glfm-markdown', '~> 0.0.12', feature_category: :team_planning 233 + gem 'gitlab-glfm-markdown', '~> 0.0.13', feature_category: :team_planning 234 234 235 235 # Calendar rendering 236 236 gem 'icalendar' # rubocop:todo Gemfile/MissingFeatureCategory ··· 240 240 gem 'diff_match_patch', '~> 0.1.0', path: 'vendor/gems/diff_match_patch', feature_category: :team_planning 241 241 242 242 # Application server 243 - gem 'rack', '~> 2.2.8' # rubocop:todo Gemfile/MissingFeatureCategory 243 + gem 'rack', '~> 2.2.8.1' # rubocop:todo Gemfile/MissingFeatureCategory 244 244 # https://github.com/zombocom/rack-timeout/blob/master/README.md#rails-apps-manually 245 245 gem 'rack-timeout', '~> 0.6.3', require: 'rack/timeout/base' # rubocop:todo Gemfile/MissingFeatureCategory 246 246 ··· 277 277 278 278 # Misc 279 279 280 - gem 'semver_dialects', '~> 1.6.1', feature_category: :static_application_security_testing 280 + gem 'semver_dialects', '~> 2.0', feature_category: :static_application_security_testing 281 281 gem 'version_sorter', '~> 2.3' # rubocop:todo Gemfile/MissingFeatureCategory 282 282 gem 'csv_builder', path: 'gems/csv_builder' # rubocop:todo Gemfile/MissingFeatureCategory 283 283 ··· 288 288 gem 'device_detector' # rubocop:todo Gemfile/MissingFeatureCategory 289 289 290 290 # Redis 291 - gem 'redis', '~> 4.8.0' # rubocop:todo Gemfile/MissingFeatureCategory 292 - gem 'redis-namespace', '~> 1.10.0' # rubocop:todo Gemfile/MissingFeatureCategory 291 + gem 'redis-namespace', '~> 1.10.0', feature_category: :redis 292 + gem 'redis', '~> 5.0.0', feature_category: :redis 293 + gem 'redis-clustering', '~> 5.0.0', feature_category: :redis 293 294 gem 'connection_pool', '~> 2.4' # rubocop:todo Gemfile/MissingFeatureCategory 294 295 295 296 # Redis session store 296 297 gem 'redis-actionpack', '~> 5.4.0' # rubocop:todo Gemfile/MissingFeatureCategory 297 298 298 299 # Discord integration 299 - gem 'discordrb-webhooks', '~> 3.4', require: false, feature_category: :integrations 300 + gem 'discordrb-webhooks', '~> 3.5', require: false, feature_category: :integrations 300 301 301 302 # Jira integration 302 - gem 'jira-ruby', '~> 2.1.4', feature_category: :integrations 303 - gem 'atlassian-jwt', '~> 0.2.0', feature_category: :integrations 303 + gem 'jira-ruby', '~> 2.3.0', feature_category: :integrations 304 + gem 'atlassian-jwt', '~> 0.2.1', feature_category: :integrations 304 305 305 306 # Slack integration 306 307 gem 'slack-messenger', '~> 2.3.4', feature_category: :integrations ··· 340 341 341 342 gem 'rack-proxy', '~> 0.7.7' # rubocop:todo Gemfile/MissingFeatureCategory 342 343 343 - gem 'sassc-rails', '~> 2.1.0', feature_category: :shared, require: false 344 - gem 'cssbundling-rails', '1.3.3', feature_category: :shared, require: false 345 - gem 'autoprefixer-rails', '10.2.5.1' # rubocop:todo Gemfile/MissingFeatureCategory 344 + gem 'cssbundling-rails', '1.4.0', feature_category: :shared 346 345 gem 'terser', '1.0.2' # rubocop:todo Gemfile/MissingFeatureCategory 347 346 348 347 gem 'click_house-client', path: 'gems/click_house-client', require: 'click_house/client' # rubocop:todo Gemfile/MissingFeatureCategory ··· 378 377 # I18n 379 378 gem 'rails-i18n', '~> 7.0', feature_category: :internationalization 380 379 gem 'gettext_i18n_rails', '~> 1.11.0', feature_category: :internationalization 381 - gem 'gettext', '~> 3.3', require: false, group: [:development, :test], feature_category: :internationalization 380 + gem 'gettext', '~> 3.4', '>= 3.4.9', 381 + require: false, 382 + group: [:development, :test], 383 + feature_category: :internationalization 382 384 383 385 gem 'batch-loader', '~> 2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory 384 386 ··· 412 414 413 415 gem 'listen', '~> 3.7' # rubocop:todo Gemfile/MissingFeatureCategory 414 416 415 - gem 'ruby-lsp', "~> 0.13.3", require: false, feature_category: :tooling 417 + gem 'ruby-lsp', "~> 0.14.4", require: false, feature_category: :tooling 416 418 417 - gem 'ruby-lsp-rails', "~> 0.2.8", feature_category: :tooling 419 + gem 'ruby-lsp-rails', "~> 0.3.0", feature_category: :tooling 418 420 419 - gem 'ruby-lsp-rspec', "~> 0.1.8", require: false, feature_category: :tooling 421 + gem 'ruby-lsp-rspec', "~> 0.1.10", require: false, feature_category: :tooling 420 422 end 421 423 422 424 group :development, :test do ··· 431 433 432 434 gem 'database_cleaner-active_record', '~> 2.1.0', feature_category: :database 433 435 gem 'factory_bot_rails', '~> 6.4.3' # rubocop:todo Gemfile/MissingFeatureCategory 434 - gem 'rspec-rails', '~> 6.1.0', feature_category: :shared 436 + gem 'rspec-rails', '~> 6.1.1', feature_category: :shared 435 437 436 438 # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) 437 439 gem 'minitest', '~> 5.11.0' # rubocop:todo Gemfile/MissingFeatureCategory ··· 451 453 # Profiling data from CI/CD pipelines 452 454 gem 'influxdb-client', '~> 2.9', require: false # rubocop:todo Gemfile/MissingFeatureCategory 453 455 454 - gem 'knapsack', '~> 1.21.1', feature_category: :tooling 456 + gem 'knapsack', '~> 1.22.0', feature_category: :tooling 455 457 gem 'crystalball', '~> 0.7.0', require: false, feature_category: :tooling 456 458 gem 'test_file_finder', '~> 0.2.1', feature_category: :tooling 457 459 ··· 474 476 end 475 477 476 478 group :development, :test, :danger do 477 - gem 'gitlab-dangerfiles', '~> 4.6.0', require: false, feature_category: :tooling 479 + gem 'gitlab-dangerfiles', '~> 4.7.0', require: false, feature_category: :tooling 478 480 end 479 481 480 482 group :development, :test, :coverage do ··· 498 500 group :test do 499 501 gem 'fuubar', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory 500 502 gem 'rspec-retry', '~> 0.6.2', feature_category: :tooling 501 - gem 'rspec_profiling', '~> 0.0.6', feature_category: :tooling 503 + gem 'rspec_profiling', '~> 0.0.8', feature_category: :tooling 502 504 gem 'rspec-benchmark', '~> 0.6.0', feature_category: :tooling 503 505 gem 'rspec-parameterized', '~> 1.0', require: false, feature_category: :tooling 504 - gem 'os', '~> 1.1', feature_category: :tooling 506 + gem 'os', '~> 1.1', '>= 1.1.4', feature_category: :tooling 505 507 506 508 gem 'capybara', '~> 3.40' # rubocop:todo Gemfile/MissingFeatureCategory 507 509 gem 'capybara-screenshot', '~> 1.0.26' # rubocop:todo Gemfile/MissingFeatureCategory 508 - gem 'selenium-webdriver', '~> 4.17' # rubocop:todo Gemfile/MissingFeatureCategory 510 + gem 'selenium-webdriver', '~> 4.18', '>= 4.18.1' # rubocop:todo Gemfile/MissingFeatureCategory 509 511 510 512 gem 'graphlyte', '~> 1.0.0' # rubocop:todo Gemfile/MissingFeatureCategory 511 513 512 514 gem 'shoulda-matchers', '~> 5.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory 513 515 gem 'email_spec', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory 514 - gem 'webmock', '~> 3.20.0' # rubocop:todo Gemfile/MissingFeatureCategory 516 + gem 'webmock', '~> 3.22.0' # rubocop:todo Gemfile/MissingFeatureCategory 515 517 gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory 516 518 gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory 517 519 gem 'test-prof', '~> 1.3.1' # rubocop:todo Gemfile/MissingFeatureCategory 518 520 gem 'rspec_junit_formatter' # rubocop:todo Gemfile/MissingFeatureCategory 519 521 gem 'guard-rspec' # rubocop:todo Gemfile/MissingFeatureCategory 520 - gem 'axe-core-rspec', '~> 4.8.0', feature_category: :tooling 522 + gem 'axe-core-rspec', '~> 4.8.2', feature_category: :tooling 521 523 522 524 # Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 523 525 gem 'derailed_benchmarks', require: false # rubocop:todo Gemfile/MissingFeatureCategory 524 526 525 - gem 'gitlab_quality-test_tooling', '~> 1.14.2', require: false, feature_category: :tooling 527 + gem 'gitlab_quality-test_tooling', '~> 1.17.0', require: false, feature_category: :tooling 526 528 end 527 529 528 530 gem 'octokit', '~> 8.0', feature_category: :importers ··· 557 559 gem 'spamcheck', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory 558 560 559 561 # Gitaly GRPC protocol definitions 560 - gem 'gitaly', '~> 16.9.0-rc3', feature_category: :gitaly 562 + gem 'gitaly', '~> 16.10.0-rc1', feature_category: :gitaly 561 563 562 564 # KAS GRPC protocol definitions 563 565 gem 'kas-grpc', '~> 0.4.0', feature_category: :deployment_management 564 566 565 567 gem 'grpc', '~> 1.60.0' # rubocop:todo Gemfile/MissingFeatureCategory 566 568 567 - gem 'google-protobuf', '~> 3.25', '>= 3.25.1' # rubocop:todo Gemfile/MissingFeatureCategory 569 + gem 'google-protobuf', '~> 3.25', '>= 3.25.3' # rubocop:todo Gemfile/MissingFeatureCategory 568 570 569 571 gem 'toml-rb', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory 570 572 ··· 577 579 578 580 # Structured logging 579 581 gem 'lograge', '~> 0.5' # rubocop:todo Gemfile/MissingFeatureCategory 580 - gem 'grape_logging', '~> 1.8', feature_category: :api 582 + gem 'grape_logging', '~> 1.8', '>= 1.8.4', feature_category: :api 581 583 582 584 # DNS Lookup 583 585 gem 'gitlab-net-dns', '~> 0.9.2' # rubocop:todo Gemfile/MissingFeatureCategory
+134 -142
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
··· 203 203 acme-client (2.0.11) 204 204 faraday (>= 1.0, < 3.0.0) 205 205 faraday-retry (~> 1.0) 206 - actioncable (7.0.8) 207 - actionpack (= 7.0.8) 208 - activesupport (= 7.0.8) 206 + actioncable (7.0.8.1) 207 + actionpack (= 7.0.8.1) 208 + activesupport (= 7.0.8.1) 209 209 nio4r (~> 2.0) 210 210 websocket-driver (>= 0.6.1) 211 - actionmailbox (7.0.8) 212 - actionpack (= 7.0.8) 213 - activejob (= 7.0.8) 214 - activerecord (= 7.0.8) 215 - activestorage (= 7.0.8) 216 - activesupport (= 7.0.8) 211 + actionmailbox (7.0.8.1) 212 + actionpack (= 7.0.8.1) 213 + activejob (= 7.0.8.1) 214 + activerecord (= 7.0.8.1) 215 + activestorage (= 7.0.8.1) 216 + activesupport (= 7.0.8.1) 217 217 mail (>= 2.7.1) 218 218 net-imap 219 219 net-pop 220 220 net-smtp 221 - actionmailer (7.0.8) 222 - actionpack (= 7.0.8) 223 - actionview (= 7.0.8) 224 - activejob (= 7.0.8) 225 - activesupport (= 7.0.8) 221 + actionmailer (7.0.8.1) 222 + actionpack (= 7.0.8.1) 223 + actionview (= 7.0.8.1) 224 + activejob (= 7.0.8.1) 225 + activesupport (= 7.0.8.1) 226 226 mail (~> 2.5, >= 2.5.4) 227 227 net-imap 228 228 net-pop 229 229 net-smtp 230 230 rails-dom-testing (~> 2.0) 231 - actionpack (7.0.8) 232 - actionview (= 7.0.8) 233 - activesupport (= 7.0.8) 231 + actionpack (7.0.8.1) 232 + actionview (= 7.0.8.1) 233 + activesupport (= 7.0.8.1) 234 234 rack (~> 2.0, >= 2.2.4) 235 235 rack-test (>= 0.6.3) 236 236 rails-dom-testing (~> 2.0) 237 237 rails-html-sanitizer (~> 1.0, >= 1.2.0) 238 - actiontext (7.0.8) 239 - actionpack (= 7.0.8) 240 - activerecord (= 7.0.8) 241 - activestorage (= 7.0.8) 242 - activesupport (= 7.0.8) 238 + actiontext (7.0.8.1) 239 + actionpack (= 7.0.8.1) 240 + activerecord (= 7.0.8.1) 241 + activestorage (= 7.0.8.1) 242 + activesupport (= 7.0.8.1) 243 243 globalid (>= 0.6.0) 244 244 nokogiri (>= 1.8.5) 245 - actionview (7.0.8) 246 - activesupport (= 7.0.8) 245 + actionview (7.0.8.1) 246 + activesupport (= 7.0.8.1) 247 247 builder (~> 3.1) 248 248 erubi (~> 1.4) 249 249 rails-dom-testing (~> 2.0) 250 250 rails-html-sanitizer (~> 1.1, >= 1.2.0) 251 - activejob (7.0.8) 252 - activesupport (= 7.0.8) 251 + activejob (7.0.8.1) 252 + activesupport (= 7.0.8.1) 253 253 globalid (>= 0.3.6) 254 - activemodel (7.0.8) 255 - activesupport (= 7.0.8) 256 - activerecord (7.0.8) 257 - activemodel (= 7.0.8) 258 - activesupport (= 7.0.8) 254 + activemodel (7.0.8.1) 255 + activesupport (= 7.0.8.1) 256 + activerecord (7.0.8.1) 257 + activemodel (= 7.0.8.1) 258 + activesupport (= 7.0.8.1) 259 259 activerecord-explain-analyze (0.1.0) 260 260 activerecord (>= 4) 261 261 pg 262 - activestorage (7.0.8) 263 - actionpack (= 7.0.8) 264 - activejob (= 7.0.8) 265 - activerecord (= 7.0.8) 266 - activesupport (= 7.0.8) 262 + activestorage (7.0.8.1) 263 + actionpack (= 7.0.8.1) 264 + activejob (= 7.0.8.1) 265 + activerecord (= 7.0.8.1) 266 + activesupport (= 7.0.8.1) 267 267 marcel (~> 1.0) 268 268 mini_mime (>= 1.1.0) 269 - activesupport (7.0.8) 269 + activesupport (7.0.8.1) 270 270 concurrent-ruby (~> 1.0, >= 1.0.2) 271 271 i18n (>= 1.6, < 2) 272 272 minitest (>= 5.1) ··· 302 302 atlassian-jwt (0.2.1) 303 303 jwt (~> 2.1) 304 304 attr_required (1.0.1) 305 - autoprefixer-rails (10.2.5.1) 306 - execjs (> 0) 307 305 awesome_print (1.9.2) 308 306 awrence (1.2.1) 309 307 aws-eventstream (1.3.0) ··· 311 309 aws-sdk-cloudformation (1.41.0) 312 310 aws-sdk-core (~> 3, >= 3.99.0) 313 311 aws-sigv4 (~> 1.1) 314 - aws-sdk-core (3.191.1) 312 + aws-sdk-core (3.191.3) 315 313 aws-eventstream (~> 1, >= 1.3.0) 316 314 aws-partitions (~> 1, >= 1.651.0) 317 315 aws-sigv4 (~> 1.8) ··· 319 317 aws-sdk-kms (1.76.0) 320 318 aws-sdk-core (~> 3, >= 3.188.0) 321 319 aws-sigv4 (~> 1.1) 322 - aws-sdk-s3 (1.143.0) 320 + aws-sdk-s3 (1.144.0) 323 321 aws-sdk-core (~> 3, >= 3.191.0) 324 322 aws-sdk-kms (~> 1) 325 323 aws-sigv4 (~> 1.8) ··· 328 326 axe-core-api (4.8.0) 329 327 dumb_delegator 330 328 virtus 331 - axe-core-rspec (4.8.0) 329 + axe-core-rspec (4.8.2) 332 330 axe-core-api 333 331 dumb_delegator 334 332 virtus ··· 392 390 activesupport (>= 4.0.0) 393 391 mime-types (>= 1.16) 394 392 ssrf_filter (~> 1.0, < 1.1.0) 395 - cbor (0.5.9.6) 393 + cbor (0.5.9.8) 396 394 character_set (1.8.0) 397 395 charlock_holmes (0.7.7) 398 396 chef-config (18.3.0) ··· 435 433 git 436 434 css_parser (1.14.0) 437 435 addressable 438 - cssbundling-rails (1.3.3) 436 + cssbundling-rails (1.4.0) 439 437 railties (>= 6.0.0) 440 438 cvss-suite (3.0.1) 441 439 danger (9.4.2) ··· 463 461 dead_end (3.1.1) 464 462 deb_version (1.0.2) 465 463 debug_inspector (1.1.0) 466 - deckar01-task_list (2.3.3) 467 - html-pipeline 464 + deckar01-task_list (2.3.4) 465 + html-pipeline (~> 2.0) 468 466 declarative (0.0.20) 469 467 declarative_policy (1.1.0) 470 468 deprecation_toolkit (1.5.1) ··· 501 499 diffy (3.4.2) 502 500 digest-crc (0.6.5) 503 501 rake (>= 12.0.0, < 14.0.0) 504 - discordrb-webhooks (3.4.2) 502 + discordrb-webhooks (3.5.0) 505 503 rest-client (>= 2.0.0) 506 504 docile (1.4.0) 507 505 domain_name (0.5.20190701) ··· 602 600 faraday (>= 0.15) 603 601 fast_blank (1.0.1) 604 602 fast_gettext (2.3.0) 605 - ffaker (2.10.0) 603 + ffaker (2.23.0) 606 604 ffi (1.15.5) 607 605 ffi-compiler (1.0.1) 608 606 ffi (>= 1.0.0) ··· 685 683 git (1.18.0) 686 684 addressable (~> 2.8) 687 685 rchardet (~> 1.8) 688 - gitaly (16.9.0.pre.rc3) 686 + gitaly (16.10.0.pre.rc1) 689 687 grpc (~> 1.0) 690 688 gitlab (4.19.0) 691 689 httparty (~> 0.20) 692 690 terminal-table (>= 1.5.1) 693 691 gitlab-chronic (0.10.5) 694 692 numerizer (~> 0.2) 695 - gitlab-dangerfiles (4.6.0) 693 + gitlab-dangerfiles (4.7.0) 696 694 danger (>= 9.3.0) 697 695 danger-gitlab (>= 8.0.0) 698 696 rake (~> 13.0) ··· 705 703 fog-core (= 2.1.0) 706 704 fog-json (~> 1.2.0) 707 705 mime-types 708 - gitlab-glfm-markdown (0.0.12) 706 + gitlab-glfm-markdown (0.0.13) 709 707 rb_sys (~> 0.9.86) 710 708 gitlab-labkit (0.35.1) 711 709 actionpack (>= 5.0.0, < 8.0.0) ··· 741 739 omniauth (>= 1.3, < 3) 742 740 pyu-ruby-sasl (>= 0.0.3.3, < 0.1) 743 741 rubyntlm (~> 0.5) 744 - gitlab_quality-test_tooling (1.14.2) 742 + gitlab_quality-test_tooling (1.17.0) 745 743 activesupport (>= 6.1, < 7.1) 746 744 amatch (~> 0.4.1) 747 745 gitlab (~> 4.19) ··· 828 826 google-cloud-core (~> 1.6) 829 827 googleauth (>= 0.16.2, < 2.a) 830 828 mini_mime (~> 1.0) 831 - google-protobuf (3.25.2) 829 + google-protobuf (3.25.3) 832 830 googleapis-common-protos (1.4.0) 833 831 google-protobuf (~> 3.14) 834 832 googleapis-common-protos-types (~> 1.2) ··· 850 848 mustermann-grape (~> 1.0.0) 851 849 rack (>= 1.3.0) 852 850 rack-accept 853 - grape-entity (0.10.0) 851 + grape-entity (0.10.2) 854 852 activesupport (>= 3.0.0) 855 853 multi_json (>= 1.3.2) 856 854 grape-path-helpers (2.0.1) ··· 968 966 jaeger-client (1.1.0) 969 967 opentracing (~> 0.3) 970 968 thrift 971 - jaro_winkler (1.5.4) 972 - jira-ruby (2.1.4) 969 + jaro_winkler (1.5.6) 970 + jira-ruby (2.3.0) 973 971 activesupport 974 972 atlassian-jwt 975 973 multipart-post ··· 1011 1009 kaminari-core (1.2.2) 1012 1010 kas-grpc (0.4.0) 1013 1011 grpc (~> 1.0) 1014 - knapsack (1.21.1) 1012 + knapsack (1.22.0) 1015 1013 rake 1016 1014 kramdown (2.3.2) 1017 1015 rexml ··· 1270 1268 tty-color (~> 0.5) 1271 1269 peek (1.1.0) 1272 1270 railties (>= 4.0.0) 1273 - pg (1.5.4) 1271 + pg (1.5.6) 1274 1272 pg_query (5.1.0) 1275 1273 google-protobuf (>= 3.22.3) 1276 1274 plist (3.7.0) ··· 1285 1283 prime (0.1.2) 1286 1284 forwardable 1287 1285 singleton 1288 - prism (0.19.0) 1286 + prism (0.24.0) 1289 1287 proc_to_ast (0.1.0) 1290 1288 coderay 1291 1289 parser ··· 1312 1310 pyu-ruby-sasl (0.0.3.3) 1313 1311 raabro (1.4.0) 1314 1312 racc (1.6.2) 1315 - rack (2.2.8) 1313 + rack (2.2.8.1) 1316 1314 rack-accept (0.4.5) 1317 1315 rack (>= 0.4) 1318 1316 rack-attack (6.7.0) ··· 1334 1332 rack-test (2.1.0) 1335 1333 rack (>= 1.3) 1336 1334 rack-timeout (0.6.3) 1337 - rails (7.0.8) 1338 - actioncable (= 7.0.8) 1339 - actionmailbox (= 7.0.8) 1340 - actionmailer (= 7.0.8) 1341 - actionpack (= 7.0.8) 1342 - actiontext (= 7.0.8) 1343 - actionview (= 7.0.8) 1344 - activejob (= 7.0.8) 1345 - activemodel (= 7.0.8) 1346 - activerecord (= 7.0.8) 1347 - activestorage (= 7.0.8) 1348 - activesupport (= 7.0.8) 1335 + rails (7.0.8.1) 1336 + actioncable (= 7.0.8.1) 1337 + actionmailbox (= 7.0.8.1) 1338 + actionmailer (= 7.0.8.1) 1339 + actionpack (= 7.0.8.1) 1340 + actiontext (= 7.0.8.1) 1341 + actionview (= 7.0.8.1) 1342 + activejob (= 7.0.8.1) 1343 + activemodel (= 7.0.8.1) 1344 + activerecord (= 7.0.8.1) 1345 + activestorage (= 7.0.8.1) 1346 + activesupport (= 7.0.8.1) 1349 1347 bundler (>= 1.15.0) 1350 - railties (= 7.0.8) 1348 + railties (= 7.0.8.1) 1351 1349 rails-controller-testing (1.0.5) 1352 1350 actionpack (>= 5.0.1.rc1) 1353 1351 actionview (>= 5.0.1.rc1) ··· 1361 1359 rails-i18n (7.0.3) 1362 1360 i18n (>= 0.7, < 2) 1363 1361 railties (>= 6.0.0, < 8) 1364 - railties (7.0.8) 1365 - actionpack (= 7.0.8) 1366 - activesupport (= 7.0.8) 1362 + railties (7.0.8.1) 1363 + actionpack (= 7.0.8.1) 1364 + activesupport (= 7.0.8.1) 1367 1365 method_source 1368 1366 rake (>= 12.2) 1369 1367 thor (~> 1.0) ··· 1374 1372 rb-inotify (0.10.1) 1375 1373 ffi (~> 1.0) 1376 1374 rb_sys (0.9.86) 1377 - rbtrace (0.4.14) 1375 + rbtrace (0.5.1) 1378 1376 ffi (>= 1.0.6) 1379 1377 msgpack (>= 0.4.3) 1380 1378 optimist (>= 3.0.0) ··· 1385 1383 json 1386 1384 recursive-open-struct (1.1.3) 1387 1385 redcarpet (3.6.0) 1388 - redis (4.8.0) 1386 + redis (5.0.8) 1387 + redis-client (>= 0.17.0) 1389 1388 redis-actionpack (5.4.0) 1390 1389 actionpack (>= 5, < 8) 1391 1390 redis-rack (>= 2.1.0, < 4) 1392 1391 redis-store (>= 1.1.0, < 2) 1393 - redis-client (0.19.0) 1392 + redis-client (0.21.1) 1394 1393 connection_pool 1394 + redis-cluster-client (0.7.5) 1395 + redis-client (~> 0.12) 1396 + redis-clustering (5.0.8) 1397 + redis (= 5.0.8) 1398 + redis-cluster-client (>= 0.7.0) 1395 1399 redis-namespace (1.10.0) 1396 1400 redis (>= 4) 1397 1401 redis-rack (3.0.0) ··· 1454 1458 rspec-parameterized-table_syntax (1.0.0) 1455 1459 binding_of_caller 1456 1460 rspec-parameterized-core (< 2) 1457 - rspec-rails (6.1.0) 1461 + rspec-rails (6.1.1) 1458 1462 actionpack (>= 6.1) 1459 1463 activesupport (>= 6.1) 1460 1464 railties (>= 6.1) ··· 1467 1471 rspec-support (3.12.0) 1468 1472 rspec_junit_formatter (0.6.0) 1469 1473 rspec-core (>= 2, < 4, != 2.12.0) 1470 - rspec_profiling (0.0.6) 1474 + rspec_profiling (0.0.8) 1471 1475 activerecord 1472 - pg 1476 + get_process_mem 1473 1477 rails 1474 - sqlite3 1475 1478 rubocop (1.57.2) 1476 1479 json (~> 2.3) 1477 1480 language_server-protocol (>= 3.17.0) ··· 1505 1508 ruby-fogbugz (0.3.0) 1506 1509 crack (~> 0.4) 1507 1510 multipart-post (~> 2.0) 1508 - ruby-lsp (0.13.3) 1511 + ruby-lsp (0.14.4) 1509 1512 language_server-protocol (~> 3.17.0) 1510 - prism (>= 0.19.0, < 0.20) 1511 - sorbet-runtime (>= 0.5.5685) 1512 - ruby-lsp-rails (0.2.8) 1513 + prism (>= 0.22.0, < 0.25) 1514 + sorbet-runtime (>= 0.5.10782) 1515 + ruby-lsp-rails (0.3.1) 1513 1516 actionpack (>= 6.0) 1514 1517 activerecord (>= 6.0) 1515 1518 railties (>= 6.0) 1516 - ruby-lsp (>= 0.13.0, < 0.14.0) 1519 + ruby-lsp (>= 0.14.2, < 0.15.0) 1517 1520 sorbet-runtime (>= 0.5.9897) 1518 - ruby-lsp-rspec (0.1.8) 1519 - ruby-lsp (~> 0.13.0) 1521 + ruby-lsp-rspec (0.1.10) 1522 + ruby-lsp (~> 0.14.0) 1520 1523 ruby-magic (0.6.0) 1521 1524 mini_portile2 (~> 2.8) 1522 1525 ruby-openai (3.7.0) ··· 1540 1543 sanitize (6.0.2) 1541 1544 crass (~> 1.0.2) 1542 1545 nokogiri (>= 1.12.0) 1543 - sassc (2.4.0) 1544 - ffi (~> 1.9) 1545 - sassc-rails (2.1.2) 1546 - railties (>= 4.0.0) 1547 - sassc (>= 2.0) 1548 - sprockets (> 3.0) 1549 - sprockets-rails 1550 - tilt 1551 1546 sawyer (0.9.2) 1552 1547 addressable (>= 2.3.5) 1553 1548 faraday (>= 0.17.3, < 3) ··· 1555 1550 seed-fu (2.3.7) 1556 1551 activerecord (>= 3.1) 1557 1552 activesupport (>= 3.1) 1558 - selenium-webdriver (4.17.0) 1553 + selenium-webdriver (4.18.1) 1559 1554 base64 (~> 0.2) 1560 1555 rexml (~> 3.2, >= 3.2.5) 1561 1556 rubyzip (>= 1.2.2, < 3.0) 1562 1557 websocket (~> 1.0) 1563 - semver_dialects (1.6.1) 1558 + semver_dialects (2.0.0) 1564 1559 deb_version (~> 1.0.1) 1565 1560 pastel (~> 0.8.0) 1566 1561 thor (~> 1.3) ··· 1622 1617 thor (~> 1.0) 1623 1618 tilt (~> 2.0) 1624 1619 yard (~> 0.9, >= 0.9.24) 1625 - sorbet-runtime (0.5.11144) 1620 + sorbet-runtime (0.5.11266) 1626 1621 spamcheck (1.3.0) 1627 1622 grpc (~> 1.0) 1628 1623 spring (4.1.0) ··· 1636 1631 actionpack (>= 5.2) 1637 1632 activesupport (>= 5.2) 1638 1633 sprockets (>= 3.0.0) 1639 - sqlite3 (1.6.0) 1640 - mini_portile2 (~> 2.8.0) 1641 1634 ssh_data (1.3.0) 1642 1635 ssrf_filter (1.0.8) 1643 1636 stackprof (0.2.25) ··· 1678 1671 test_file_finder (0.2.1) 1679 1672 faraday (>= 1.0, < 3.0, != 2.0.0) 1680 1673 text (1.3.1) 1681 - thor (1.3.0) 1674 + thor (1.3.1) 1682 1675 thread_safe (0.3.6) 1683 1676 thrift (0.16.0) 1684 1677 tilt (2.0.11) ··· 1759 1752 activesupport (>= 3.0) 1760 1753 version_gem (1.1.0) 1761 1754 version_sorter (2.3.0) 1762 - view_component (3.8.0) 1755 + view_component (3.11.0) 1763 1756 activesupport (>= 5.2.0, < 8.0) 1764 1757 concurrent-ruby (~> 1.0) 1765 1758 method_source (~> 1.0) ··· 1790 1783 webfinger (1.2.0) 1791 1784 activesupport 1792 1785 httpclient (>= 2.4) 1793 - webmock (3.20.0) 1786 + webmock (3.22.0) 1794 1787 addressable (>= 2.8.0) 1795 1788 crack (>= 0.3.2) 1796 1789 hashdiff (>= 0.4.0, < 2.0.0) ··· 1833 1826 asciidoctor-include-ext (~> 0.4.0) 1834 1827 asciidoctor-kroki (~> 0.8.0) 1835 1828 asciidoctor-plantuml (~> 0.0.16) 1836 - atlassian-jwt (~> 0.2.0) 1829 + atlassian-jwt (~> 0.2.1) 1837 1830 attr_encrypted (~> 3.2.4)! 1838 - autoprefixer-rails (= 10.2.5.1) 1839 1831 awesome_print 1840 1832 aws-sdk-cloudformation (~> 1) 1841 - aws-sdk-core (~> 3.191.1) 1842 - aws-sdk-s3 (~> 1.143.0) 1843 - axe-core-rspec (~> 4.8.0) 1833 + aws-sdk-core (~> 3.191.3) 1834 + aws-sdk-s3 (~> 1.144.0) 1835 + axe-core-rspec (~> 4.8.2) 1844 1836 babosa (~> 2.0) 1845 1837 base32 (~> 0.3.0) 1846 1838 batch-loader (~> 2.0.1) ··· 1866 1858 countries (~> 4.0.0) 1867 1859 creole (~> 0.5.0) 1868 1860 crystalball (~> 0.7.0) 1869 - cssbundling-rails (= 1.3.3) 1861 + cssbundling-rails (= 1.4.0) 1870 1862 csv_builder! 1871 1863 cvss-suite (~> 3.0.1) 1872 1864 database_cleaner-active_record (~> 2.1.0) 1873 - deckar01-task_list (= 2.3.3) 1865 + deckar01-task_list (= 2.3.4) 1874 1866 declarative_policy (~> 1.1.0) 1875 1867 deprecation_toolkit (~> 1.5.1) 1876 1868 derailed_benchmarks ··· 1881 1873 devise-two-factor (~> 4.1.1) 1882 1874 diff_match_patch (~> 0.1.0)! 1883 1875 diffy (~> 3.4) 1884 - discordrb-webhooks (~> 3.4) 1876 + discordrb-webhooks (~> 3.5) 1885 1877 doorkeeper (~> 5.6, >= 5.6.6) 1886 1878 doorkeeper-openid_connect (~> 1.8, >= 1.8.7) 1887 1879 duo_api (~> 1.3) ··· 1896 1888 faraday (~> 1.0) 1897 1889 faraday_middleware-aws-sigv4 (~> 0.3.0) 1898 1890 fast_blank (~> 1.0.1) 1899 - ffaker (~> 2.10) 1891 + ffaker (~> 2.23) 1900 1892 flipper (~> 0.26.2) 1901 1893 flipper-active_record (~> 0.26.2) 1902 1894 flipper-active_support_cache_store (~> 0.26.2) ··· 1907 1899 fog-local (~> 0.8) 1908 1900 fugit (~> 1.8.1) 1909 1901 fuubar (~> 2.2.0) 1910 - gettext (~> 3.3) 1902 + gettext (~> 3.4, >= 3.4.9) 1911 1903 gettext_i18n_rails (~> 1.11.0) 1912 - gitaly (~> 16.9.0.pre.rc3) 1904 + gitaly (~> 16.10.0.pre.rc1) 1913 1905 gitlab-backup-cli! 1914 1906 gitlab-chronic (~> 0.10.5) 1915 - gitlab-dangerfiles (~> 4.6.0) 1907 + gitlab-dangerfiles (~> 4.7.0) 1916 1908 gitlab-experiment (~> 0.9.1) 1917 1909 gitlab-fog-azure-rm (~> 1.8.0) 1918 - gitlab-glfm-markdown (~> 0.0.12) 1910 + gitlab-glfm-markdown (~> 0.0.13) 1919 1911 gitlab-housekeeper! 1920 1912 gitlab-http! 1921 1913 gitlab-labkit (~> 0.35.1) ··· 1934 1926 gitlab-utils! 1935 1927 gitlab_chronic_duration (~> 0.12) 1936 1928 gitlab_omniauth-ldap (~> 2.2.0) 1937 - gitlab_quality-test_tooling (~> 1.14.2) 1929 + gitlab_quality-test_tooling (~> 1.17.0) 1938 1930 gon (~> 6.4.0) 1939 1931 google-apis-androidpublisher_v3 (~> 0.34.0) 1940 1932 google-apis-cloudbilling_v1 (~> 0.21.0) ··· 1950 1942 google-cloud-artifact_registry-v1 (~> 0.11.0) 1951 1943 google-cloud-compute-v1 (~> 2.6.0) 1952 1944 google-cloud-storage (~> 1.45.0) 1953 - google-protobuf (~> 3.25, >= 3.25.1) 1945 + google-protobuf (~> 3.25, >= 3.25.3) 1954 1946 googleauth (~> 1.8.1) 1955 1947 gpgme (~> 2.0.23) 1956 1948 grape (~> 2.0.0) 1957 - grape-entity (~> 0.10.0) 1958 - grape-path-helpers (~> 2.0.0) 1949 + grape-entity (~> 0.10.2) 1950 + grape-path-helpers (~> 2.0.1) 1959 1951 grape-swagger (~> 2.0.1) 1960 1952 grape-swagger-entity (~> 0.5.1) 1961 - grape_logging (~> 1.8) 1953 + grape_logging (~> 1.8, >= 1.8.4) 1962 1954 graphiql-rails (~> 1.8.0) 1963 1955 graphlient (~> 0.6.0) 1964 1956 graphlyte (~> 1.0.0) ··· 1980 1972 ipaddr (~> 1.2.5) 1981 1973 ipaddress (~> 0.8.3) 1982 1974 ipynbdiff! 1983 - jira-ruby (~> 2.1.4) 1975 + jira-ruby (~> 2.3.0) 1984 1976 js_regex (~> 3.8) 1985 1977 json (~> 2.6.3) 1986 1978 json_schemer (~> 0.2.18) ··· 1988 1980 jwt (~> 2.5) 1989 1981 kaminari (~> 1.2.2) 1990 1982 kas-grpc (~> 0.4.0) 1991 - knapsack (~> 1.21.1) 1983 + knapsack (~> 1.22.0) 1992 1984 kramdown (~> 2.3.1) 1993 1985 kubeclient (~> 4.11.0) 1994 1986 lefthook (~> 1.5.6) ··· 2041 2033 openid_connect (= 1.3.0) 2042 2034 openssl (~> 3.0) 2043 2035 org-ruby (~> 0.9.12) 2044 - os (~> 1.1) 2036 + os (~> 1.1, >= 1.1.4) 2045 2037 pact (~> 1.64) 2046 2038 parallel (~> 1.19) 2047 2039 parser (~> 3.3, >= 3.3.0.2) 2048 2040 parslet (~> 1.8) 2049 2041 peek (~> 1.1) 2050 - pg (~> 1.5.4) 2042 + pg (~> 1.5.6) 2051 2043 pg_query (~> 5.1.0) 2052 2044 png_quantizator (~> 0.2.1) 2053 2045 premailer-rails (~> 1.10.3) ··· 2056 2048 pry-rails (~> 0.3.9) 2057 2049 pry-shell (~> 0.6.4) 2058 2050 puma (= 6.4.0) 2059 - rack (~> 2.2.8) 2051 + rack (~> 2.2.8.1) 2060 2052 rack-attack (~> 6.7.0) 2061 2053 rack-cors (~> 2.0.1) 2062 2054 rack-oauth2 (~> 1.21.3) 2063 2055 rack-proxy (~> 0.7.7) 2064 2056 rack-timeout (~> 0.6.3) 2065 - rails (~> 7.0.8) 2057 + rails (~> 7.0.8.1) 2066 2058 rails-controller-testing 2067 2059 rails-i18n (~> 7.0) 2068 2060 rainbow (~> 3.0) 2069 2061 rbtrace (~> 0.4) 2070 2062 re2 (= 2.7.0) 2071 2063 recaptcha (~> 5.12) 2072 - redis (~> 4.8.0) 2064 + redis (~> 5.0.0) 2073 2065 redis-actionpack (~> 5.4.0) 2066 + redis-clustering (~> 5.0.0) 2074 2067 redis-namespace (~> 1.10.0) 2075 2068 request_store (~> 1.5.1) 2076 2069 responders (~> 3.0) ··· 2080 2073 rqrcode (~> 2.0) 2081 2074 rspec-benchmark (~> 0.6.0) 2082 2075 rspec-parameterized (~> 1.0) 2083 - rspec-rails (~> 6.1.0) 2076 + rspec-rails (~> 6.1.1) 2084 2077 rspec-retry (~> 0.6.2) 2085 2078 rspec_junit_formatter 2086 - rspec_profiling (~> 0.0.6) 2079 + rspec_profiling (~> 0.0.8) 2087 2080 rubocop 2088 2081 ruby-fogbugz (~> 0.3.0) 2089 - ruby-lsp (~> 0.13.3) 2090 - ruby-lsp-rails (~> 0.2.8) 2091 - ruby-lsp-rspec (~> 0.1.8) 2082 + ruby-lsp (~> 0.14.4) 2083 + ruby-lsp-rails (~> 0.3.0) 2084 + ruby-lsp-rspec (~> 0.1.10) 2092 2085 ruby-magic (~> 0.6) 2093 2086 ruby-openai (~> 3.7) 2094 2087 ruby-progressbar (~> 1.10) ··· 2096 2089 rubyzip (~> 2.3.2) 2097 2090 rugged (~> 1.6) 2098 2091 sanitize (~> 6.0.2) 2099 - sassc-rails (~> 2.1.0) 2100 2092 sd_notify (~> 0.1.0) 2101 2093 seed-fu (~> 2.3.7) 2102 - selenium-webdriver (~> 4.17) 2103 - semver_dialects (~> 1.6.1) 2094 + selenium-webdriver (~> 4.18, >= 4.18.1) 2095 + semver_dialects (~> 2.0) 2104 2096 sentry-rails (~> 5.10.0) 2105 2097 sentry-raven (~> 3.1) 2106 2098 sentry-ruby (~> 5.10.0) ··· 2140 2132 valid_email (~> 0.1) 2141 2133 validates_hostname (~> 1.0.13) 2142 2134 version_sorter (~> 2.3) 2143 - view_component (~> 3.8.0) 2135 + view_component (~> 3.11.0) 2144 2136 vite_rails (~> 3.0.17) 2145 2137 vite_ruby (~> 3.5.0) 2146 2138 vmstat (~> 2.3.0) 2147 2139 warning (~> 1.3.0) 2148 2140 webauthn (~> 3.0) 2149 - webmock (~> 3.20.0) 2141 + webmock (~> 3.22.0) 2150 2142 webrick (~> 1.8.1) 2151 2143 wikicloth (= 0.8.1) 2152 2144 yajl-ruby (~> 1.4.3) 2153 2145 2154 2146 BUNDLED WITH 2155 - 2.5.5 2147 + 2.5.6
+124 -145
pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix
··· 17 17 platforms = []; 18 18 source = { 19 19 remotes = ["https://rubygems.org"]; 20 - sha256 = "117vxic67jnw6q637kmsb3ryj0x485295pz9a9y4z8xn9bdlsl0z"; 20 + sha256 = "0j86qjs1zw34p0p7d5napa1vvwqlvm9nmv7ckxxhcba1qv4dspmw"; 21 21 type = "gem"; 22 22 }; 23 - version = "7.0.8"; 23 + version = "7.0.8.1"; 24 24 }; 25 25 actionmailbox = { 26 26 dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"]; ··· 28 28 platforms = []; 29 29 source = { 30 30 remotes = ["https://rubygems.org"]; 31 - sha256 = "1r8ldj2giaz8cn49qkdqn5zc29gbsr5ky4fg6r7ali0yh1xh684l"; 31 + sha256 = "1f68h8cl6dqbz7mq3x43s0s82291nani3bz1hrxkk2qpgda23mw9"; 32 32 type = "gem"; 33 33 }; 34 - version = "7.0.8"; 34 + version = "7.0.8.1"; 35 35 }; 36 36 actionmailer = { 37 37 dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"]; ··· 39 39 platforms = []; 40 40 source = { 41 41 remotes = ["https://rubygems.org"]; 42 - sha256 = "0w6gvj7ybniq89834hqww9rj2xypz9l91f8niwaws2yq1qklymr2"; 42 + sha256 = "077j47jsg0wqwx5b13n4h0g3g409b6kfrlazpzgjpa3pal74f7sc"; 43 43 type = "gem"; 44 44 }; 45 - version = "7.0.8"; 45 + version = "7.0.8.1"; 46 46 }; 47 47 actionpack = { 48 48 dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; ··· 50 50 platforms = []; 51 51 source = { 52 52 remotes = ["https://rubygems.org"]; 53 - sha256 = "1l319p0gipfgq8bp8dvbv97qqb72rad9zcqn5snhgv20cmpqr69b"; 53 + sha256 = "0jh83rqd6glys1b2wsihzsln8yk6zdwgiyn9xncyiav9rcwjpkax"; 54 54 type = "gem"; 55 55 }; 56 - version = "7.0.8"; 56 + version = "7.0.8.1"; 57 57 }; 58 58 actiontext = { 59 59 dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"]; ··· 61 61 platforms = []; 62 62 source = { 63 63 remotes = ["https://rubygems.org"]; 64 - sha256 = "0i47r3n2m8qm002gx7c0lx1pv15pr2zy57dm8j38x960rsb655pp"; 64 + sha256 = "044qi3zhzxlfq7slc2pb9ky9mdivp1m1sjyhjvnsi64ggq7cvr22"; 65 65 type = "gem"; 66 66 }; 67 - version = "7.0.8"; 67 + version = "7.0.8.1"; 68 68 }; 69 69 actionview = { 70 70 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; ··· 72 72 platforms = []; 73 73 source = { 74 74 remotes = ["https://rubygems.org"]; 75 - sha256 = "0xnpdwj1d8m6c2d90jp9cs50ggiz0jj02ls2h9lg68k4k8mnjbd2"; 75 + sha256 = "1ygpg75f3ffdcbxvf7s14xw3hcjin1nnx1nk3mg9mj2xc1nb60aa"; 76 76 type = "gem"; 77 77 }; 78 - version = "7.0.8"; 78 + version = "7.0.8.1"; 79 79 }; 80 80 activejob = { 81 81 dependencies = ["activesupport" "globalid"]; ··· 83 83 platforms = []; 84 84 source = { 85 85 remotes = ["https://rubygems.org"]; 86 - sha256 = "1cn1ic7ml75jm0c10s7cm5mvcgfnafj0kjvvjavpjcxgz6lxcqyb"; 86 + sha256 = "0yql9v4cd1xbqgnzlf3cv4a6sm26v2y4gsgcbbfgvfc0hhlfjklg"; 87 87 type = "gem"; 88 88 }; 89 - version = "7.0.8"; 89 + version = "7.0.8.1"; 90 90 }; 91 91 activemodel = { 92 92 dependencies = ["activesupport"]; 93 - groups = ["default" "development" "test"]; 93 + groups = ["default" "development" "monorepo" "test"]; 94 94 platforms = []; 95 95 source = { 96 96 remotes = ["https://rubygems.org"]; 97 - sha256 = "004w8zaz2g3y6lnrsvlcmljll0m3ndqpgwf0wfscgq6iysibiglm"; 97 + sha256 = "0grdpvglh0cj96qhlxjj9bcfqkh13c1pfpcwc9ld3aw0yzvsw5a1"; 98 98 type = "gem"; 99 99 }; 100 - version = "7.0.8"; 100 + version = "7.0.8.1"; 101 101 }; 102 102 activerecord = { 103 103 dependencies = ["activemodel" "activesupport"]; 104 - groups = ["default" "test"]; 104 + groups = ["default" "development" "monorepo" "test"]; 105 105 platforms = []; 106 106 source = { 107 107 remotes = ["https://rubygems.org"]; 108 - sha256 = "04wavps80q3pvhvfbmi4gs102y1p6mxbg8xylzvib35b6m92adpj"; 108 + sha256 = "0rlky1cr5kcdl0jad3nk5jpim6vjzbgkfhxnk7y492b3j2nznpcf"; 109 109 type = "gem"; 110 110 }; 111 - version = "7.0.8"; 111 + version = "7.0.8.1"; 112 112 }; 113 113 activerecord-explain-analyze = { 114 114 dependencies = ["activerecord" "pg"]; ··· 137 137 platforms = []; 138 138 source = { 139 139 remotes = ["https://rubygems.org"]; 140 - sha256 = "0d6vm6alsp0g6f3548b615zxbz8l2wrmaikwgsf8kv11wf6swb4c"; 140 + sha256 = "0f4g3589i5ii4gdfazv6d9rjinr16aarh6g12v8378ck7jll3mhz"; 141 141 type = "gem"; 142 142 }; 143 - version = "7.0.8"; 143 + version = "7.0.8.1"; 144 144 }; 145 145 activesupport = { 146 146 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; ··· 148 148 platforms = []; 149 149 source = { 150 150 remotes = ["https://rubygems.org"]; 151 - sha256 = "188kbwkn1lbhz40ala8ykp20jzqphgc68g3d8flin8cqa2xid0s5"; 151 + sha256 = "0ff3x7q400flzhml131ix8zfwmh13h70rs6yzbzf513g781gbbxh"; 152 152 type = "gem"; 153 153 }; 154 - version = "7.0.8"; 154 + version = "7.0.8.1"; 155 155 }; 156 156 acts-as-taggable-on = { 157 157 dependencies = ["activerecord"]; ··· 343 343 }; 344 344 version = "1.0.1"; 345 345 }; 346 - autoprefixer-rails = { 347 - dependencies = ["execjs"]; 348 - groups = ["default"]; 349 - platforms = []; 350 - source = { 351 - remotes = ["https://rubygems.org"]; 352 - sha256 = "1vlqwy2qkp39ibp7llj7ps53nvxav29c2yl451v1qdhj25zxc49p"; 353 - type = "gem"; 354 - }; 355 - version = "10.2.5.1"; 356 - }; 357 346 awesome_print = { 358 347 groups = ["development" "test"]; 359 348 platforms = []; ··· 411 400 platforms = []; 412 401 source = { 413 402 remotes = ["https://rubygems.org"]; 414 - sha256 = "0fy80878z21j8py03ddf1ycsndzmnmw4jkbzw1mlrglwav08yq7q"; 403 + sha256 = "088nq8yz9n4p7pnhjwp9nbxlkj7jwchpkzvnl4nybfb1dkvk4dns"; 415 404 type = "gem"; 416 405 }; 417 - version = "3.191.1"; 406 + version = "3.191.3"; 418 407 }; 419 408 aws-sdk-kms = { 420 409 dependencies = ["aws-sdk-core" "aws-sigv4"]; ··· 433 422 platforms = []; 434 423 source = { 435 424 remotes = ["https://rubygems.org"]; 436 - sha256 = "1safbxycz517m2v981z8kbmdiqx9jypl093ia0mcrskkgh4fyb3s"; 425 + sha256 = "0ypg31pfzbd43n1m20cyf6gyrlv6m0c8hmk2p5hidy1y4pi34f6g"; 437 426 type = "gem"; 438 427 }; 439 - version = "1.143.0"; 428 + version = "1.144.0"; 440 429 }; 441 430 aws-sigv4 = { 442 431 dependencies = ["aws-eventstream"]; ··· 466 455 platforms = []; 467 456 source = { 468 457 remotes = ["https://rubygems.org"]; 469 - sha256 = "07niarqd2lrbgnw00biyigc48lbdv4vy68p57myliz7k82nizidj"; 458 + sha256 = "14h4abf5h242a0vn2r05pkr8311qbxgkl63py7vbhx8bfpk1kq3i"; 470 459 type = "gem"; 471 460 }; 472 - version = "4.8.0"; 461 + version = "4.8.2"; 473 462 }; 474 463 axiom-types = { 475 464 dependencies = ["descendants_tracker" "ice_nine" "thread_safe"]; ··· 772 761 platforms = []; 773 762 source = { 774 763 remotes = ["https://rubygems.org"]; 775 - sha256 = "0511idr8xps9625nh3kxr68sdy6l3xy2kcz7r57g47fxb1v18jj3"; 764 + sha256 = "1dsf9gjc2cj79vrnz2vgq573biqjw7ad4b0idm05xg6rb3y9gq4y"; 776 765 type = "gem"; 777 766 }; 778 - version = "0.5.9.6"; 767 + version = "0.5.9.8"; 779 768 }; 780 769 CFPropertyList = { 781 770 dependencies = ["rexml"]; ··· 1058 1047 platforms = []; 1059 1048 source = { 1060 1049 remotes = ["https://rubygems.org"]; 1061 - sha256 = "0m8qgrh70982xfdcylrm4zgh7pxq9ps539icnc7bqh1awl8k78aa"; 1050 + sha256 = "1nzp4j1ll6llgbrvqk81gkz6fqgk33sx4k1fcvbm7v7h79jk8808"; 1062 1051 type = "gem"; 1063 1052 }; 1064 - version = "1.3.3"; 1053 + version = "1.4.0"; 1065 1054 }; 1066 1055 csv_builder = { 1067 1056 groups = ["default"]; ··· 1181 1170 platforms = []; 1182 1171 source = { 1183 1172 remotes = ["https://rubygems.org"]; 1184 - sha256 = "0n67q9rb4gsfs8k2fsd08xcfx13z7mcyyyrb9hi0sv0yz3rvm2li"; 1173 + sha256 = "0rqn9jh45gsw045c6fm05875bpj2xbhnff5m5drmk9wy01zdrav6"; 1185 1174 type = "gem"; 1186 1175 }; 1187 - version = "2.3.3"; 1176 + version = "2.3.4"; 1188 1177 }; 1189 1178 declarative = { 1190 1179 groups = ["default"]; ··· 1337 1326 platforms = []; 1338 1327 source = { 1339 1328 remotes = ["https://rubygems.org"]; 1340 - sha256 = "0viw73jd9vs9f92a9q2vxcd29755h7w8jwz36jmvcdl2najainyg"; 1329 + sha256 = "1c933kq48sqja1a2fc4ki9w8x5ajl6lp67hslka5k05hwfyaiysj"; 1341 1330 type = "gem"; 1342 1331 }; 1343 - version = "3.4.2"; 1332 + version = "3.5.0"; 1344 1333 }; 1345 1334 docile = { 1346 1335 groups = ["coverage" "default" "development" "test"]; ··· 1876 1865 version = "2.3.0"; 1877 1866 }; 1878 1867 ffaker = { 1879 - groups = ["development" "test"]; 1868 + groups = ["default"]; 1880 1869 platforms = []; 1881 1870 source = { 1882 1871 remotes = ["https://rubygems.org"]; 1883 - sha256 = "01z5lpssjc0n8lm4xrlja0hh8lv4ngzbybjvd4rdkc5x9ddvh8s3"; 1872 + sha256 = "1644hpjg7k08dsjhljwg4grs49riaw6bxp5xf62jrac4q9fgnbcx"; 1884 1873 type = "gem"; 1885 1874 }; 1886 - version = "2.10.0"; 1875 + version = "2.23.0"; 1887 1876 }; 1888 1877 ffi = { 1889 1878 groups = ["default" "development" "kerberos" "puma" "test"]; ··· 2160 2149 platforms = []; 2161 2150 source = { 2162 2151 remotes = ["https://rubygems.org"]; 2163 - sha256 = "07q9fmk4mddfn12vl3jvj80rxmhixkl99hxff7zi385rwphki8an"; 2152 + sha256 = "1nwc8mlpznq9b7rgcbxwzaj936pn0syjasxdhplpiz3iqbr64ca8"; 2164 2153 type = "gem"; 2165 2154 }; 2166 - version = "16.9.0.pre.rc3"; 2155 + version = "16.10.0.pre.rc1"; 2167 2156 }; 2168 2157 gitlab = { 2169 2158 dependencies = ["httparty" "terminal-table"]; ··· 2203 2192 platforms = []; 2204 2193 source = { 2205 2194 remotes = ["https://rubygems.org"]; 2206 - sha256 = "07kl43xcjfwdlcfvr7ifzggl6zpmm8q0lj8phlk3db8xgnqkf6s4"; 2195 + sha256 = "1jj5w7h457cm2q0ds63kp29ybkq1h02gibn37y2r0wnbimm8fxi5"; 2207 2196 type = "gem"; 2208 2197 }; 2209 - version = "4.6.0"; 2198 + version = "4.7.0"; 2210 2199 }; 2211 2200 gitlab-experiment = { 2212 2201 dependencies = ["activesupport" "request_store"]; ··· 2236 2225 platforms = []; 2237 2226 source = { 2238 2227 remotes = ["https://rubygems.org"]; 2239 - sha256 = "0mqwz2a4k9894d160k5a3mqm5g6p9rncgi4kx8w8dymbnz34bcli"; 2228 + sha256 = "0nk9kp3zb2x1hpqirq7x2qqpmfsqq4izprbicxjb20bqvm4mvvdb"; 2240 2229 type = "gem"; 2241 2230 }; 2242 - version = "0.0.12"; 2231 + version = "0.0.13"; 2243 2232 }; 2244 2233 gitlab-housekeeper = { 2245 2234 dependencies = ["activesupport" "awesome_print" "httparty" "rubocop"]; ··· 2433 2422 platforms = []; 2434 2423 source = { 2435 2424 remotes = ["https://rubygems.org"]; 2436 - sha256 = "0n7ndhxkjkz7pfdqvcp90lxxias3lz2ssabpv5a5nxayilr47qwy"; 2425 + sha256 = "1d59k5c0y8vkmz7fjh7x455d4d19fpw4r9agv02vqyvp7glrbm34"; 2437 2426 type = "gem"; 2438 2427 }; 2439 - version = "1.14.2"; 2428 + version = "1.17.0"; 2440 2429 }; 2441 2430 globalid = { 2442 2431 dependencies = ["activesupport"]; ··· 2728 2717 platforms = []; 2729 2718 source = { 2730 2719 remotes = ["https://rubygems.org"]; 2731 - sha256 = "02sh4rp14wmpfv9r7xrap6xgcakg0lk6zjvq1gsi5y38swhn2blw"; 2720 + sha256 = "1mnxzcq8kmyfb9bkzqnp019d1hx1vprip3yzdkkha6b3qz5rgg9r"; 2732 2721 type = "gem"; 2733 2722 }; 2734 - version = "3.25.2"; 2723 + version = "3.25.3"; 2735 2724 }; 2736 2725 googleapis-common-protos = { 2737 2726 dependencies = ["google-protobuf" "googleapis-common-protos-types" "grpc"]; ··· 2790 2779 }; 2791 2780 grape-entity = { 2792 2781 dependencies = ["activesupport" "multi_json"]; 2793 - groups = ["default"]; 2782 + groups = ["default" "development" "test"]; 2794 2783 platforms = []; 2795 2784 source = { 2796 2785 remotes = ["https://rubygems.org"]; 2797 - sha256 = "1zic5fx8s0424vdarhslmxdqmfnlfv3k4prfyxrrwvf9pdy1xvcs"; 2786 + sha256 = "0wdm44s7l6jxqszybf58ar7699vlq7vj2zfsi8f9sh9mh5a89dcy"; 2798 2787 type = "gem"; 2799 2788 }; 2800 - version = "0.10.0"; 2789 + version = "0.10.2"; 2801 2790 }; 2802 2791 grape-path-helpers = { 2803 2792 dependencies = ["activesupport" "grape" "rake" "ruby2_keywords"]; ··· 3293 3282 platforms = []; 3294 3283 source = { 3295 3284 remotes = ["https://rubygems.org"]; 3296 - sha256 = "1y8l6k34svmdyqxya3iahpwbpvmn3fswhwsvrz0nk1wyb8yfihsh"; 3285 + sha256 = "10fd3i92897blalxfkgc0jjv0qqx31v7cm7j2b6a3b97an0bfz80"; 3297 3286 type = "gem"; 3298 3287 }; 3299 - version = "1.5.4"; 3288 + version = "1.5.6"; 3300 3289 }; 3301 3290 jira-ruby = { 3302 3291 dependencies = ["activesupport" "atlassian-jwt" "multipart-post" "oauth"]; ··· 3304 3293 platforms = []; 3305 3294 source = { 3306 3295 remotes = ["https://rubygems.org"]; 3307 - sha256 = "17nv98nz3jp7q5hbnniscavqh4xv53mnda1vxyg3ncn8raaw0rs2"; 3296 + sha256 = "0qpbc97sag426h4hgcizqq2njxx5fridzxq6mq5s93jazxmnxwmb"; 3308 3297 type = "gem"; 3309 3298 }; 3310 - version = "2.1.4"; 3299 + version = "2.3.0"; 3311 3300 }; 3312 3301 jmespath = { 3313 3302 groups = ["default"]; ··· 3454 3443 platforms = []; 3455 3444 source = { 3456 3445 remotes = ["https://rubygems.org"]; 3457 - sha256 = "056g86ndhq51303k4g3fhdfwhpr6cpzypxhlnp0wxjpbmli09xw2"; 3446 + sha256 = "1jqs9shqg3nd6j3kzbh8gxv7ix1n877y64kdjzbrwjgz6ksqs9mx"; 3458 3447 type = "gem"; 3459 3448 }; 3460 - version = "1.21.1"; 3449 + version = "1.22.0"; 3461 3450 }; 3462 3451 kramdown = { 3463 3452 dependencies = ["rexml"]; ··· 4614 4603 version = "1.1.0"; 4615 4604 }; 4616 4605 pg = { 4617 - groups = ["default" "test"]; 4606 + groups = ["default"]; 4618 4607 platforms = []; 4619 4608 source = { 4620 4609 remotes = ["https://rubygems.org"]; 4621 - sha256 = "0pfj771p5a29yyyw58qacks464sl86d5m3jxjl5rlqqw2m3v5xq4"; 4610 + sha256 = "071b55bhsz7mivlnp2kv0a11msnl7xg5awvk8mlflpl270javhsb"; 4622 4611 type = "gem"; 4623 4612 }; 4624 - version = "1.5.4"; 4613 + version = "1.5.6"; 4625 4614 }; 4626 4615 pg_query = { 4627 4616 dependencies = ["google-protobuf"]; ··· 4692 4681 platforms = []; 4693 4682 source = { 4694 4683 remotes = ["https://rubygems.org"]; 4695 - sha256 = "0qiv9irrca2la1awqgvzsg7a17z2nydqyq43w4fhapdkq2l7xwa7"; 4684 + sha256 = "0pgxgng905jbhp0pr54w4w2pr4nqcq80ijj48204bj4x4nigj8ji"; 4696 4685 type = "gem"; 4697 4686 }; 4698 - version = "0.19.0"; 4687 + version = "0.24.0"; 4699 4688 }; 4700 4689 proc_to_ast = { 4701 4690 dependencies = ["coderay" "parser" "unparser"]; ··· 4830 4819 platforms = []; 4831 4820 source = { 4832 4821 remotes = ["https://rubygems.org"]; 4833 - sha256 = "15rdwbyk71c9nxvd527bvb8jxkcys8r3dj3vqra5b3sa63qs30vv"; 4822 + sha256 = "10mpk0hl6hnv324fp1pfimi2nw9acj0z4gyhrph36qg84pk1s4m7"; 4834 4823 type = "gem"; 4835 4824 }; 4836 - version = "2.2.8"; 4825 + version = "2.2.8.1"; 4837 4826 }; 4838 4827 rack-accept = { 4839 4828 dependencies = ["rack"]; ··· 4939 4928 platforms = []; 4940 4929 source = { 4941 4930 remotes = ["https://rubygems.org"]; 4942 - sha256 = "0rsqin156dawz7gzpy1ijs02afqcr4704vqj56s6yxng3a9ayhwf"; 4931 + sha256 = "1v9dp9sgh8kk32r23mj66zjni7w1dv2h7mbaxgmazsf59a43gsvx"; 4943 4932 type = "gem"; 4944 4933 }; 4945 - version = "7.0.8"; 4934 + version = "7.0.8.1"; 4946 4935 }; 4947 4936 rails-controller-testing = { 4948 4937 dependencies = ["actionpack" "actionview" "activesupport"]; ··· 4994 4983 platforms = []; 4995 4984 source = { 4996 4985 remotes = ["https://rubygems.org"]; 4997 - sha256 = "0sfc16zrcn4jgf5xczb08n6prhmqqgg9f0b4mn73zlzg6cwmqchj"; 4986 + sha256 = "08ga56kz6a37dnlmi7y45r19fcc7jzb62mrc3ifavbzggmhy7r62"; 4998 4987 type = "gem"; 4999 4988 }; 5000 - version = "7.0.8"; 4989 + version = "7.0.8.1"; 5001 4990 }; 5002 4991 rainbow = { 5003 4992 groups = ["coverage" "default" "development" "test"]; ··· 5056 5045 platforms = []; 5057 5046 source = { 5058 5047 remotes = ["https://rubygems.org"]; 5059 - sha256 = "0s8prj0klfgpmpfcpdzbf149qrrsdxgnb6w6kkqc9gyars4vyaqn"; 5048 + sha256 = "1p65p6f917al0f07sn5ca9yj92f7mk52xgnp0ahqpyrb8r6sdjz8"; 5060 5049 type = "gem"; 5061 5050 }; 5062 - version = "0.4.14"; 5051 + version = "0.5.1"; 5063 5052 }; 5064 5053 rchardet = { 5065 5054 groups = ["default" "development"]; ··· 5124 5113 version = "4.3.3"; 5125 5114 }; 5126 5115 redis = { 5116 + dependencies = ["redis-client"]; 5127 5117 groups = ["default"]; 5128 5118 platforms = []; 5129 5119 source = { 5130 5120 remotes = ["https://rubygems.org"]; 5131 - sha256 = "0i4a8hxxcxci3n8hhlm9a8wa7a9m58r6sjvh4749v7362i8cy010"; 5121 + sha256 = "1n7k4sgx5vzsigp8c15flz4fclqy4j2a33vim7b2c2w5jyjhwxrv"; 5132 5122 type = "gem"; 5133 5123 }; 5134 - version = "4.8.0"; 5124 + version = "5.0.8"; 5135 5125 }; 5136 5126 redis-actionpack = { 5137 5127 dependencies = ["actionpack" "redis-rack" "redis-store"]; ··· 5150 5140 platforms = []; 5151 5141 source = { 5152 5142 remotes = ["https://rubygems.org"]; 5153 - sha256 = "0k9jaqsdc2s2qm713pdv19dawk1b11vxnfclsps7ra2szwisznbf"; 5143 + sha256 = "0irk5j73aqhyv54q3vs88y5rp9a5fkvbdif7zn5q7m5d51h2375w"; 5144 + type = "gem"; 5145 + }; 5146 + version = "0.21.1"; 5147 + }; 5148 + redis-cluster-client = { 5149 + dependencies = ["redis-client"]; 5150 + groups = ["default"]; 5151 + platforms = []; 5152 + source = { 5153 + remotes = ["https://rubygems.org"]; 5154 + sha256 = "12p7wi39zaldk8lr484j4j6w49502fxayinfs9f7l58pvag1rz8j"; 5155 + type = "gem"; 5156 + }; 5157 + version = "0.7.5"; 5158 + }; 5159 + redis-clustering = { 5160 + dependencies = ["redis" "redis-cluster-client"]; 5161 + groups = ["default"]; 5162 + platforms = []; 5163 + source = { 5164 + remotes = ["https://rubygems.org"]; 5165 + sha256 = "0rp1yrqpvi29ar6mlqsyk36nxgh1drijb4f5xa76c057n7iksbwf"; 5154 5166 type = "gem"; 5155 5167 }; 5156 - version = "0.19.0"; 5168 + version = "5.0.8"; 5157 5169 }; 5158 5170 redis-namespace = { 5159 5171 dependencies = ["redis"]; ··· 5428 5440 platforms = []; 5429 5441 source = { 5430 5442 remotes = ["https://rubygems.org"]; 5431 - sha256 = "1dpmbq2awsjiwn300cafp9fbvv86dl7zrb760anhmm1qw8yzg1my"; 5443 + sha256 = "1clmx6qzdbpm1g8ycg38gjbqsbr8ccqi6hqyx88g8yckz1hrx55x"; 5432 5444 type = "gem"; 5433 5445 }; 5434 - version = "6.1.0"; 5446 + version = "6.1.1"; 5435 5447 }; 5436 5448 rspec-retry = { 5437 5449 dependencies = ["rspec-core"]; ··· 5466 5478 version = "0.6.0"; 5467 5479 }; 5468 5480 rspec_profiling = { 5469 - dependencies = ["activerecord" "pg" "rails" "sqlite3"]; 5481 + dependencies = ["activerecord" "get_process_mem" "rails"]; 5470 5482 groups = ["test"]; 5471 5483 platforms = []; 5472 5484 source = { 5473 5485 remotes = ["https://rubygems.org"]; 5474 - sha256 = "0vkfizrwxgs029s9imz8g3p55ggncls709hf98brmv6wg5znjibs"; 5486 + sha256 = "0icl94f0mmw7g4h1qnsil0cw6zw7b5wv0ilxda01928vh5bf87mk"; 5475 5487 type = "gem"; 5476 5488 }; 5477 - version = "0.0.6"; 5489 + version = "0.0.8"; 5478 5490 }; 5479 5491 rubocop = { 5480 5492 dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; ··· 5581 5593 platforms = []; 5582 5594 source = { 5583 5595 remotes = ["https://rubygems.org"]; 5584 - sha256 = "0b9aj7d1wh4s83mkfsvjgkikx83c7afyzy6k2940fx08hfrdqgb8"; 5596 + sha256 = "1v0dwirw4mq7qkf5a7wvagil4ppvk4dw4ln8hs6rmf2xrf56ga5f"; 5585 5597 type = "gem"; 5586 5598 }; 5587 - version = "0.13.3"; 5599 + version = "0.14.4"; 5588 5600 }; 5589 5601 ruby-lsp-rails = { 5590 5602 dependencies = ["actionpack" "activerecord" "railties" "ruby-lsp" "sorbet-runtime"]; ··· 5592 5604 platforms = []; 5593 5605 source = { 5594 5606 remotes = ["https://rubygems.org"]; 5595 - sha256 = "1j2pb9d9frdh6rpz5qcvhmqswqdmmxa392z2nv1rnk60cpxclc0p"; 5607 + sha256 = "033kxj55pywnc4cjqcfb2jvn96nsa93m93qd2p636jf5hkqazq41"; 5596 5608 type = "gem"; 5597 5609 }; 5598 - version = "0.2.8"; 5610 + version = "0.3.1"; 5599 5611 }; 5600 5612 ruby-lsp-rspec = { 5601 5613 dependencies = ["ruby-lsp"]; ··· 5603 5615 platforms = []; 5604 5616 source = { 5605 5617 remotes = ["https://rubygems.org"]; 5606 - sha256 = "18qfm86bafybm93kz1bn2z86gwaax3c57i25g4lzgv6pp9aj5nr1"; 5618 + sha256 = "0npxb9146yqfwpyx3bw375q8vx60ph2zgbvpai1dmgq8dfs3idki"; 5607 5619 type = "gem"; 5608 5620 }; 5609 - version = "0.1.8"; 5621 + version = "0.1.10"; 5610 5622 }; 5611 5623 ruby-magic = { 5612 5624 dependencies = ["mini_portile2"]; ··· 5754 5766 }; 5755 5767 version = "6.0.2"; 5756 5768 }; 5757 - sassc = { 5758 - dependencies = ["ffi"]; 5759 - groups = ["default"]; 5760 - platforms = []; 5761 - source = { 5762 - remotes = ["https://rubygems.org"]; 5763 - sha256 = "0gpqv48xhl8mb8qqhcifcp0pixn206a7imc07g48armklfqa4q2c"; 5764 - type = "gem"; 5765 - }; 5766 - version = "2.4.0"; 5767 - }; 5768 - sassc-rails = { 5769 - dependencies = ["railties" "sassc" "sprockets" "sprockets-rails" "tilt"]; 5770 - groups = ["default"]; 5771 - platforms = []; 5772 - source = { 5773 - remotes = ["https://rubygems.org"]; 5774 - sha256 = "1d9djmwn36a5m8a83bpycs48g8kh1n2xkyvghn7dr6zwh4wdyksz"; 5775 - type = "gem"; 5776 - }; 5777 - version = "2.1.2"; 5778 - }; 5779 5769 sawyer = { 5780 5770 dependencies = ["addressable" "faraday"]; 5781 5771 groups = ["danger" "default" "development" "test"]; ··· 5814 5804 platforms = []; 5815 5805 source = { 5816 5806 remotes = ["https://rubygems.org"]; 5817 - sha256 = "0g3l3invk95w1f72mpp0r4hc3vsc3070c1xd1wg76kfg2r182xnq"; 5807 + sha256 = "1asysih4l1mv24wqxrbnz0c0454kw3dhqaj6nsa8pyn9fjjdms5b"; 5818 5808 type = "gem"; 5819 5809 }; 5820 - version = "4.17.0"; 5810 + version = "4.18.1"; 5821 5811 }; 5822 5812 semver_dialects = { 5823 5813 dependencies = ["deb_version" "pastel" "thor" "tty-command"]; ··· 5825 5815 platforms = []; 5826 5816 source = { 5827 5817 remotes = ["https://rubygems.org"]; 5828 - sha256 = "13jmbqzswvkq0xds2s1r6wnh78gfy2zbn35qvalhwj2qi4nmjpvf"; 5818 + sha256 = "11s5nr5v81qjlf2glgqjisvnv12vmwsmi9abbzqkb1nqjhw43691"; 5829 5819 type = "gem"; 5830 5820 }; 5831 - version = "1.6.1"; 5821 + version = "2.0.0"; 5832 5822 }; 5833 5823 sentry-rails = { 5834 5824 dependencies = ["railties" "sentry-ruby"]; ··· 6076 6066 platforms = []; 6077 6067 source = { 6078 6068 remotes = ["https://rubygems.org"]; 6079 - sha256 = "18280l1wgdmr9xhr4mzxr4ycskwbgjzd91vmdzx0dlp6xp2dydnb"; 6069 + sha256 = "1fsq1k58isarg6ycg2ix9sw9a6391y12ss48m3hcryqi902w7cny"; 6080 6070 type = "gem"; 6081 6071 }; 6082 - version = "0.5.11144"; 6072 + version = "0.5.11266"; 6083 6073 }; 6084 6074 spamcheck = { 6085 6075 dependencies = ["grpc"]; ··· 6145 6135 }; 6146 6136 version = "3.4.2"; 6147 6137 }; 6148 - sqlite3 = { 6149 - dependencies = ["mini_portile2"]; 6150 - groups = ["default" "test"]; 6151 - platforms = []; 6152 - source = { 6153 - remotes = ["https://rubygems.org"]; 6154 - sha256 = "0f24qp50mc1qg8yvv7b3x73mh78d6mzd3b7rqib1ixfbsdiayx1x"; 6155 - type = "gem"; 6156 - }; 6157 - version = "1.6.0"; 6158 - }; 6159 6138 ssh_data = { 6160 6139 groups = ["default"]; 6161 6140 platforms = []; ··· 6398 6377 version = "1.3.1"; 6399 6378 }; 6400 6379 thor = { 6401 - groups = ["default" "development" "monorepo" "omnibus" "test"]; 6380 + groups = ["default" "development" "omnibus" "test"]; 6402 6381 platforms = []; 6403 6382 source = { 6404 6383 remotes = ["https://rubygems.org"]; 6405 - sha256 = "1hx77jxkrwi66yvs10wfxqa8s25ds25ywgrrf66acm9nbfg7zp0s"; 6384 + sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps"; 6406 6385 type = "gem"; 6407 6386 }; 6408 - version = "1.3.0"; 6387 + version = "1.3.1"; 6409 6388 }; 6410 6389 thread_safe = { 6411 6390 groups = ["default" "test"]; ··· 6812 6791 platforms = []; 6813 6792 source = { 6814 6793 remotes = ["https://rubygems.org"]; 6815 - sha256 = "1xn5q1mbhwalx16mj441pzbm8hkxdmwxwzdjcj86f3bfnpipzh9y"; 6794 + sha256 = "1zy51z0whkm3fdpsbi8v4j8h5h3ia1zkc2j28amiznpqqvfc7539"; 6816 6795 type = "gem"; 6817 6796 }; 6818 - version = "3.8.0"; 6797 + version = "3.11.0"; 6819 6798 }; 6820 6799 virtus = { 6821 6800 dependencies = ["axiom-types" "coercible" "descendants_tracker"]; ··· 6909 6888 platforms = []; 6910 6889 source = { 6911 6890 remotes = ["https://rubygems.org"]; 6912 - sha256 = "0rc3g9hhxi6v2l1cp9q3kcjd92bhmdbrb517l4v5pyzwq2nflcyc"; 6891 + sha256 = "13jb9q0qv9ajw1ajr4cawnqj4h0dws3w5j4v5n6v3xk7a8rnjzr7"; 6913 6892 type = "gem"; 6914 6893 }; 6915 - version = "3.20.0"; 6894 + version = "3.22.0"; 6916 6895 }; 6917 6896 webrick = { 6918 6897 groups = ["default" "development" "test"];