gitlab: 18.0.2 -> 18.1.0 (#418257)

authored by Janne Heß and committed by GitHub 7d13eedf 9a832dba

+218 -212
+3 -3
pkgs/by-name/gi/gitaly/package.nix
··· 7 7 }: 8 8 9 9 let 10 - version = "18.0.2"; 10 + version = "18.1.0"; 11 11 package_version = "v${lib.versions.major version}"; 12 12 gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}"; 13 13 ··· 21 21 owner = "gitlab-org"; 22 22 repo = "gitaly"; 23 23 rev = "v${version}"; 24 - hash = "sha256-Phzg0GAKBMfXPqzlMfLZQbKeqZzMKw1YdEDdzSs+IkE="; 24 + hash = "sha256-nttZfGjQKRSYCoMHSljojYLNScyDPHd8ayCuDkvKXpE="; 25 25 }; 26 26 27 - vendorHash = "sha256-PXONynRY5ZLQO2yQdtljDmLhVBIgfEYmyez9pIm9vtw="; 27 + vendorHash = "sha256-BTpcnaHNyLgdAA9KqqA+mBo18fmQ0+OwLGNOPHRJ/IE="; 28 28 29 29 ldflags = [ 30 30 "-X ${gitaly_package}/internal/version.version=${version}"
+3 -3
pkgs/by-name/gi/gitlab-elasticsearch-indexer/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "gitlab-elasticsearch-indexer"; 11 - version = "5.5.1"; 11 + version = "5.6.0"; 12 12 13 13 # nixpkgs-update: no auto update 14 14 src = fetchFromGitLab { 15 15 owner = "gitlab-org"; 16 16 repo = "gitlab-elasticsearch-indexer"; 17 17 rev = "v${version}"; 18 - hash = "sha256-N2H9jLpsP39nKrokWwphAspQwXcL3stAdvNVItIHFyo="; 18 + hash = "sha256-XerIPK+s0OWYAqKVqE3HSSI+D4cXixYqRHmf9/4C2eg="; 19 19 }; 20 20 21 - vendorHash = "sha256-Go02W09799Vu9v7y+P7z1gj7ijG3No5AVprRrmspPZE="; 21 + vendorHash = "sha256-qNGACM5DKufyNVKhJyakmMRbaMXi+JJUfojhWdk0ptU="; 22 22 23 23 buildInputs = [ icu ]; 24 24 nativeBuildInputs = [ pkg-config ];
+3 -3
pkgs/by-name/gi/gitlab-pages/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "gitlab-pages"; 9 - version = "18.0.2"; 9 + version = "18.1.0"; 10 10 11 11 # nixpkgs-update: no auto update 12 12 src = fetchFromGitLab { 13 13 owner = "gitlab-org"; 14 14 repo = "gitlab-pages"; 15 15 rev = "v${version}"; 16 - hash = "sha256-zWWQZBN2J69YnjGhhQdB5wv4plC5ikk+kq6EfNPW6ZM="; 16 + hash = "sha256-HwjbQLEc/GmFxVvyx0UMKKrNoHmfFADblVN/XOAtMZY="; 17 17 }; 18 18 19 - vendorHash = "sha256-BjCwPt1duDINHP7L0qT2KNTjOZ62bWgVij88ztjjyPg="; 19 + vendorHash = "sha256-6ZHKwPhC3N813kiw1NnPOMVc2CBSIClwc4MunDi0gCk="; 20 20 subPackages = [ "." ]; 21 21 22 22 meta = {
+8 -8
pkgs/by-name/gi/gitlab/data.json
··· 1 1 { 2 - "version": "18.0.2", 3 - "repo_hash": "03sqn21bnsdjs518akbmanyh96p8h4dyhpy4vqwcx1dc8lwnidki", 4 - "yarn_hash": "0vv09y1pjcm2723jh842pgnmnrf4yqk7558v57dp08rxrqnsni5x", 2 + "version": "18.1.0", 3 + "repo_hash": "0d7xs0l6nzs1bpr4slycq0agw3kk9k9bw3q0dqqc2knla71i21fd", 4 + "yarn_hash": "0c5pp3dpvw0q0nfl6w1lpdmk7dvkfinwb7z7a3vq22wgzca23x2m", 5 5 "owner": "gitlab-org", 6 6 "repo": "gitlab", 7 - "rev": "v18.0.2-ee", 7 + "rev": "v18.1.0-ee", 8 8 "passthru": { 9 - "GITALY_SERVER_VERSION": "18.0.2", 10 - "GITLAB_PAGES_VERSION": "18.0.2", 9 + "GITALY_SERVER_VERSION": "18.1.0", 10 + "GITLAB_PAGES_VERSION": "18.1.0", 11 11 "GITLAB_SHELL_VERSION": "14.42.0", 12 - "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.5.1", 13 - "GITLAB_WORKHORSE_VERSION": "18.0.2" 12 + "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.6.0", 13 + "GITLAB_WORKHORSE_VERSION": "18.1.0" 14 14 } 15 15 }
+2 -2
pkgs/by-name/gi/gitlab/gitlab-workhorse/default.nix
··· 10 10 buildGoModule rec { 11 11 pname = "gitlab-workhorse"; 12 12 13 - version = "18.0.2"; 13 + version = "18.1.0"; 14 14 15 15 # nixpkgs-update: no auto update 16 16 src = fetchFromGitLab { ··· 22 22 23 23 sourceRoot = "${src.name}/workhorse"; 24 24 25 - vendorHash = "sha256-tLlxsUCoSGvUpJnS0GsNobk2IuSEgs3R4UDUmNf+HrA="; 25 + vendorHash = "sha256-jsp68duGIW1p8ltfSlK0jPd22iscjiIOyrxfsr+2QY0="; 26 26 buildInputs = [ git ]; 27 27 ldflags = [ "-X main.Version=${version}" ]; 28 28 doCheck = false;
+2 -1
pkgs/by-name/gi/gitlab/package.nix
··· 79 79 dontBuilt = true; 80 80 installPhase = '' 81 81 cp -R ext/glfm_markdown $out 82 + rm $out/Cargo.lock 82 83 cp Cargo.lock $out 83 84 ''; 84 85 }; 85 - hash = "sha256-73uliXjZNT8Ok98ai2rY+b0jYqxoQH3qW5YS+Ap6KK0="; 86 + hash = "sha256-TG2pUE80o/Sa147Lcb7yIJC+mfaDzzW7m2d7dTi5yi0="; 86 87 }; 87 88 88 89 dontBuild = false;
+30 -30
pkgs/by-name/gi/gitlab/rubyEnv/Gemfile
··· 1 1 # frozen_string_literal: true 2 2 3 + def next? 4 + File.basename(__FILE__) == "Gemfile.next" 5 + end 6 + 3 7 source 'https://rubygems.org' 4 8 5 9 if ENV.fetch('BUNDLER_CHECKSUM_VERIFICATION_OPT_IN', 'false') != 'false' # this verification is still experimental ··· 19 23 20 24 gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems/bundler-checksum', require: false, feature_category: :shared 21 25 22 - # NOTE: When incrementing the major or minor version here, also increment activerecord_version 23 - # in vendor/gems/attr_encrypted/attr_encrypted.gemspec until we resolve 24 - # https://gitlab.com/gitlab-org/gitlab/-/issues/375713 25 - # 26 26 # See https://docs.gitlab.com/ee/development/gemfile.html#upgrade-rails for guidelines when upgrading Rails 27 27 28 - gem 'rails', '~> 7.1.5.1', feature_category: :shared 28 + if next? 29 + gem 'rails', '~> 7.2.2.1', feature_category: :shared 30 + else 31 + gem 'rails', '~> 7.1.5.1', feature_category: :shared 32 + end 29 33 30 34 gem 'activerecord-gitlab', path: 'gems/activerecord-gitlab', feature_category: :shared 31 35 # This can be dropped after upgrading to Rails 7.2: https://github.com/rails/rails/pull/49674 ··· 38 42 # Avoid the precompiled native gems because Omnibus needs to build this to ensure 39 43 # LD_LIBRARY_PATH is correct: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7730 40 44 if RUBY_PLATFORM.include?('darwin') 41 - gem 'ffi', '~> 1.17', feature_category: :shared 45 + gem 'ffi', '~> 1.17.2', feature_category: :shared 42 46 else 43 - gem 'ffi', '~> 1.17', force_ruby_platform: true, feature_category: :shared 47 + gem 'ffi', '~> 1.17.2', force_ruby_platform: true, feature_category: :shared 44 48 end 45 49 46 50 gem 'openssl', '~> 3.0', feature_category: :shared ··· 62 66 gem 'sprockets', '~> 3.7.0', feature_category: :shared 63 67 gem 'sprockets-rails', '~> 3.5.1', feature_category: :shared 64 68 65 - gem 'view_component', '~> 3.21.0', feature_category: :shared 69 + gem 'view_component', '~> 3.23.2', feature_category: :shared 66 70 67 71 # Supported DBs 68 72 gem 'pg', '~> 1.5.6', feature_category: :database ··· 72 76 gem 'faraday', '~> 2', feature_category: :shared 73 77 gem 'faraday-retry', '~> 2', feature_category: :shared 74 78 # Logger is a dependency of Faraday, but Logger 1.6.0 does not work with Chef. 75 - gem 'logger', '~> 1.6.0', feature_category: :shared 79 + gem 'logger', '~> 1.7.0', feature_category: :shared 76 80 77 81 gem 'marginalia', '~> 1.11.1', feature_category: :database 78 82 ··· 128 132 gem 'devise-two-factor', '~> 4.1.1', feature_category: :system_access 129 133 gem 'rqrcode', '~> 2.2', feature_category: :system_access 130 134 131 - gem 'attr_encrypted', '~> 3.2.4', path: 'vendor/gems/attr_encrypted', feature_category: :shared 135 + gem 'attr_encrypted', '~> 4.2', feature_category: :shared 132 136 133 137 # GitLab Pages 134 138 gem 'validates_hostname', '~> 1.0.13', feature_category: :pages 135 - gem 'rubyzip', '~> 2.3.2', require: 'zip', feature_category: :pages 139 + gem 'rubyzip', '~> 2.4.0', require: 'zip', feature_category: :pages 136 140 # GitLab Pages letsencrypt support 137 141 gem 'acme-client', '~> 2.0.19', feature_category: :pages 138 142 ··· 170 174 feature_category: :cell 171 175 172 176 # Duo Workflow 173 - gem 'gitlab-duo-workflow-service-client', '~> 0.1', 177 + gem 'gitlab-duo-workflow-service-client', '~> 0.2', 174 178 path: 'vendor/gems/gitlab-duo-workflow-service-client', 175 179 feature_category: :duo_workflow 176 180 ··· 238 242 gem 'elasticsearch-model', '~> 7.2', feature_category: :global_search 239 243 gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation', feature_category: :global_search 240 244 gem 'elasticsearch-api', '7.17.11', feature_category: :global_search 241 - gem 'aws-sdk-core', '~> 3.223.0', feature_category: :global_search 245 + gem 'aws-sdk-core', '~> 3.225.0', feature_category: :global_search 242 246 gem 'aws-sdk-cloudformation', '~> 1', feature_category: :global_search 243 - gem 'aws-sdk-s3', '~> 1.185.0', feature_category: :global_search 247 + gem 'aws-sdk-s3', '~> 1.189.0', feature_category: :global_search 244 248 gem 'faraday-typhoeus', '~> 1.1', feature_category: :global_search 245 249 gem 'faraday_middleware-aws-sigv4', '~> 1.0.1', feature_category: :global_search 246 250 # Used with Elasticsearch to support http keep-alive connections ··· 266 270 gem 'rouge', '~> 4.5.0', feature_category: :shared 267 271 gem 'truncato', '~> 0.7.13', feature_category: :team_planning 268 272 gem 'nokogiri', '~> 1.18', feature_category: :shared 269 - gem 'gitlab-glfm-markdown', '~> 0.0.30', feature_category: :markdown 273 + gem 'gitlab-glfm-markdown', '~> 0.0.31', feature_category: :markdown 270 274 gem 'tanuki_emoji', '~> 0.13', feature_category: :markdown 271 275 gem 'unicode-emoji', '~> 4.0', feature_category: :markdown 272 276 ··· 283 287 gem 'rack-timeout', '~> 0.7.0', require: 'rack/timeout/base', feature_category: :shared 284 288 285 289 group :puma do 286 - gem 'puma', '= 6.5.0', require: false, feature_category: :shared 290 + gem 'puma', '= 6.6.0', require: false, feature_category: :shared 287 291 gem 'sd_notify', '~> 0.1.0', require: false, feature_category: :shared 288 292 end 289 293 ··· 302 306 gem 'fugit', '~> 1.11.1', feature_category: :continuous_integration 303 307 304 308 # HTTP requests 305 - gem 'httparty', '~> 0.22.0', feature_category: :shared 309 + gem 'httparty', '~> 0.23.0', feature_category: :shared 306 310 307 311 # Colored output to console 308 312 gem 'rainbow', '~> 3.0', feature_category: :shared ··· 328 332 # Redis 329 333 gem 'redis', '~> 5.4.0', feature_category: :redis 330 334 gem 'redis-clustering', '~> 5.4.0', feature_category: :redis 331 - gem 'connection_pool', '~> 2.4', feature_category: :shared 335 + gem 'connection_pool', '~> 2.5.3', feature_category: :shared 332 336 333 337 # Redis session store 334 338 gem 'redis-actionpack', '~> 5.5.0', feature_category: :redis ··· 347 351 gem 'kubeclient', '~> 4.11.0', feature_category: :shared 348 352 349 353 # AI 350 - gem 'circuitbox', '2.0.0', feature_category: :ai_abstraction_layer 354 + gem 'circuitbox', '2.0.0', feature_category: :shared 351 355 352 356 # Sanitize user input 353 357 gem 'sanitize', '~> 6.0.2', feature_category: :shared ··· 431 435 432 436 # Event-driven reactor for Ruby 433 437 # Required manually in config/initializers/require_async_gem 434 - gem 'async', '~> 2.23.0', require: false, feature_category: :shared 438 + gem 'async', '~> 2.24.0', require: false, feature_category: :shared 435 439 436 440 # Security report schemas used to validate CI job artifacts of security jobs 437 441 gem 'gitlab-security_report_schemas', '0.1.2.min15.0.0.max15.2.1', feature_category: :vulnerability_management ··· 501 505 502 506 group :development, :test do 503 507 gem 'deprecation_toolkit', '~> 2.2.3', require: false, feature_category: :shared 504 - gem 'bullet', '~> 7.2.0', feature_category: :shared 508 + gem 'bullet', '~> 8.0.0', feature_category: :shared 505 509 gem 'parser', '= 3.3.8.0', feature_category: :shared 506 510 gem 'pry-byebug', feature_category: :shared 507 511 gem 'pry-rails', '~> 0.3.9', feature_category: :shared ··· 510 514 gem 'awesome_print', require: false, feature_category: :shared 511 515 512 516 gem 'database_cleaner-active_record', '~> 2.2.0', feature_category: :database 513 - gem 'rspec-rails', '~> 7.0.0', feature_category: :shared 517 + gem 'rspec-rails', '~> 7.1.0', feature_category: :shared 514 518 gem 'factory_bot_rails', '~> 6.4.3', feature_category: :tooling 515 519 516 520 # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) ··· 530 534 gem 'influxdb-client', '~> 3.1', require: false, feature_category: :tooling 531 535 532 536 gem 'knapsack', '~> 4.0.0', feature_category: :tooling 533 - gem 'gitlab-crystalball', '~> 0.7.2', require: false, feature_category: :tooling 537 + gem 'gitlab-crystalball', '~> 1.1.0', require: false, feature_category: :tooling 534 538 gem 'test_file_finder', '~> 0.3.1', feature_category: :tooling 535 539 536 540 gem 'simple_po_parser', '~> 1.1.6', require: false, feature_category: :shared ··· 639 643 gem 'spamcheck', '~> 1.3.0', feature_category: :insider_threat 640 644 641 645 # Gitaly GRPC protocol definitions 642 - gem 'gitaly', '~> 17.8.0', feature_category: :gitaly 646 + gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: :gitaly 643 647 644 648 # KAS GRPC protocol definitions 645 649 gem 'gitlab-kas-grpc', '~> 17.11.0', feature_category: :deployment_management 646 650 647 - # Lock the version before issues below are resolved: 648 - # https://gitlab.com/gitlab-org/gitlab/-/issues/473169#note_2028352939 649 - # Or we can upgrade to a more recent version as long as we can confirm 650 - # that it doesn't have the same issues. 651 - gem 'grpc', '= 1.63.0', feature_category: :shared 651 + gem 'grpc', '~> 1.72.0', feature_category: :shared 652 652 653 653 gem 'google-protobuf', '~> 3.25', '>= 3.25.3', feature_category: :shared 654 654 ··· 756 756 757 757 gem "i18n_data", "~> 0.13.1", feature_category: :system_access 758 758 759 - gem "gitlab-cloud-connector", "~> 1.11", require: 'gitlab/cloud_connector', feature_category: :cloud_connector 759 + gem "gitlab-cloud-connector", "~> 1.14", require: 'gitlab/cloud_connector', feature_category: :cloud_connector
+76 -78
pkgs/by-name/gi/gitlab/rubyEnv/Gemfile.lock
··· 48 48 google-cloud-storage_transfer (~> 1.2.0) 49 49 google-protobuf (~> 3.25, >= 3.25.3) 50 50 googleauth (~> 1.8.1) 51 - grpc (= 1.63.0) 51 + grpc (~> 1.72.0) 52 52 json (~> 2.7) 53 53 jwt (~> 2.5) 54 54 logger (~> 1.5) ··· 127 127 oj (~> 3.16, >= 3.16.10) 128 128 129 129 PATH 130 - remote: vendor/gems/attr_encrypted 131 - specs: 132 - attr_encrypted (3.2.4) 133 - encryptor (~> 3.0.0) 134 - 135 - PATH 136 130 remote: vendor/gems/bundler-checksum 137 131 specs: 138 132 bundler-checksum (0.1.0) ··· 162 156 PATH 163 157 remote: vendor/gems/gitlab-duo-workflow-service-client 164 158 specs: 165 - gitlab-duo-workflow-service-client (0.1) 159 + gitlab-duo-workflow-service-client (0.2) 166 160 grpc 167 161 168 162 PATH ··· 334 328 asciidoctor-plantuml (0.0.16) 335 329 asciidoctor (>= 2.0.17, < 3.0.0) 336 330 ast (2.4.2) 337 - async (2.23.1) 331 + async (2.24.0) 338 332 console (~> 1.29) 339 333 fiber-annotation 340 334 io-event (~> 1.9) ··· 342 336 traces (~> 0.15) 343 337 atlassian-jwt (0.2.1) 344 338 jwt (~> 2.1) 339 + attr_encrypted (4.2.0) 340 + encryptor (~> 3.0.0) 345 341 attr_required (1.0.2) 346 342 awesome_print (1.9.2) 347 343 awrence (1.2.1) 348 344 aws-eventstream (1.3.0) 349 345 aws-partitions (1.1001.0) 350 - aws-sdk-cloudformation (1.41.0) 351 - aws-sdk-core (~> 3, >= 3.99.0) 352 - aws-sigv4 (~> 1.1) 353 - aws-sdk-core (3.223.0) 346 + aws-sdk-cloudformation (1.131.0) 347 + aws-sdk-core (~> 3, >= 3.216.0) 348 + aws-sigv4 (~> 1.5) 349 + aws-sdk-core (3.225.0) 354 350 aws-eventstream (~> 1, >= 1.3.0) 355 351 aws-partitions (~> 1, >= 1.992.0) 356 352 aws-sigv4 (~> 1.9) ··· 360 356 aws-sdk-kms (1.76.0) 361 357 aws-sdk-core (~> 3, >= 3.188.0) 362 358 aws-sigv4 (~> 1.1) 363 - aws-sdk-s3 (1.185.0) 364 - aws-sdk-core (~> 3, >= 3.216.0) 359 + aws-sdk-s3 (1.189.0) 360 + aws-sdk-core (~> 3, >= 3.225.0) 365 361 aws-sdk-kms (~> 1) 366 362 aws-sigv4 (~> 1.5) 367 363 aws-sigv4 (1.9.1) ··· 400 396 bindata (2.4.11) 401 397 binding_of_caller (1.0.0) 402 398 debug_inspector (>= 0.0.1) 403 - bootsnap (1.18.4) 399 + bootsnap (1.18.6) 404 400 msgpack (~> 1.2) 405 401 browser (5.3.1) 406 402 builder (3.2.4) 407 - bullet (7.2.0) 403 + bullet (8.0.8) 408 404 activesupport (>= 3.0.0) 409 405 uniform_notifier (~> 1.11) 410 406 byebug (12.0.0) ··· 527 523 descendants_tracker (0.0.4) 528 524 thread_safe (~> 0.3, >= 0.3.1) 529 525 devfile (0.4.4) 530 - device_detector (1.0.0) 526 + device_detector (1.1.3) 531 527 devise (4.9.4) 532 528 bcrypt (~> 3.0) 533 529 orm_adapter (~> 0.1) ··· 541 537 railties (~> 7.0) 542 538 rotp (~> 6.0) 543 539 diff-lcs (1.5.0) 544 - diffy (3.4.3) 540 + diffy (3.4.4) 545 541 digest-crc (0.6.5) 546 542 rake (>= 12.0.0, < 14.0.0) 547 543 docile (1.4.0) ··· 615 611 factory_bot_rails (6.4.4) 616 612 factory_bot (~> 6.5) 617 613 railties (>= 5.0.0) 618 - faraday (2.12.2) 614 + faraday (2.13.1) 619 615 faraday-net_http (>= 2.0, < 3.5) 620 616 json 621 617 logger ··· 731 727 git (1.19.1) 732 728 addressable (~> 2.8) 733 729 rchardet (~> 1.8) 734 - gitaly (17.8.4) 730 + gitaly (18.1.0.pre.rc1) 735 731 grpc (~> 1.0) 736 732 gitlab (4.19.0) 737 733 httparty (~> 0.20) 738 734 terminal-table (>= 1.5.1) 739 735 gitlab-chronic (0.10.6) 740 736 numerizer (~> 0.2) 741 - gitlab-cloud-connector (1.12.0) 737 + gitlab-cloud-connector (1.17.0) 742 738 activesupport (~> 7.0) 743 739 jwt (~> 2.9.3) 744 - gitlab-crystalball (0.7.2) 740 + gitlab-crystalball (1.1.0) 745 741 git (< 4) 746 - gitlab-dangerfiles (4.9.1) 742 + ostruct (< 1) 743 + gitlab-dangerfiles (4.9.2) 747 744 danger (>= 9.3.0) 748 745 danger-gitlab (>= 8.0.0) 749 746 rake (~> 13.0) ··· 759 756 mime-types 760 757 net-http-persistent (~> 4.0) 761 758 nokogiri (~> 1, >= 1.10.8) 762 - gitlab-glfm-markdown (0.0.30) 759 + gitlab-glfm-markdown (0.0.31) 763 760 rb_sys (~> 0.9.109) 764 - gitlab-kas-grpc (17.11.2) 761 + gitlab-kas-grpc (17.11.3) 765 762 grpc (~> 1.0) 766 763 gitlab-labkit (0.37.0) 767 764 actionpack (>= 5.0.0, < 8.1.0) ··· 785 782 activesupport (>= 5.2.0) 786 783 rake (~> 13.0) 787 784 snowplow-tracker (~> 0.8.0) 788 - gitlab-secret_detection (0.26.1) 789 - grpc (~> 1.63.0) 785 + gitlab-secret_detection (0.29.1) 786 + grpc (>= 1.63.0, < 2) 790 787 grpc_reflection (~> 0.1) 791 788 parallel (~> 1) 792 789 re2 (~> 2.7) ··· 907 904 google-cloud-storage_transfer-v1 (0.8.0) 908 905 gapic-common (>= 0.20.0, < 2.a) 909 906 google-cloud-errors (~> 1.0) 910 - google-protobuf (3.25.7) 907 + google-protobuf (3.25.8) 911 908 googleapis-common-protos (1.4.0) 912 909 google-protobuf (~> 3.14) 913 910 googleapis-common-protos-types (~> 1.2) 914 911 grpc (~> 1.27) 915 - googleapis-common-protos-types (1.19.0) 912 + googleapis-common-protos-types (1.20.0) 916 913 google-protobuf (>= 3.18, < 5.a) 917 914 googleauth (1.8.1) 918 915 faraday (>= 0.17.3, < 3.a) ··· 959 956 graphql (~> 2.0) 960 957 html-pipeline (~> 2.14, >= 2.14.3) 961 958 sass-embedded (~> 1.58) 962 - grpc (1.63.0) 963 - google-protobuf (~> 3.25) 959 + grpc (1.72.0) 960 + google-protobuf (>= 3.25, < 5.0) 964 961 googleapis-common-protos-types (~> 1.0) 965 962 grpc-google-iam-v1 (1.5.0) 966 963 google-protobuf (~> 3.18) ··· 1020 1017 http-cookie (1.0.5) 1021 1018 domain_name (~> 0.5) 1022 1019 http-form_data (2.3.0) 1023 - httparty (0.22.0) 1020 + httparty (0.23.1) 1024 1021 csv 1025 1022 mini_mime (>= 1.0.0) 1026 1023 multi_xml (>= 0.5.2) ··· 1049 1046 jaeger-client (1.1.0) 1050 1047 opentracing (~> 0.3) 1051 1048 thrift 1052 - jaro_winkler (1.6.0) 1049 + jaro_winkler (1.6.1) 1053 1050 jira-ruby (2.3.0) 1054 1051 activesupport 1055 1052 atlassian-jwt ··· 1107 1104 language_server-protocol (3.17.0.3) 1108 1105 launchy (2.5.2) 1109 1106 addressable (~> 2.8) 1110 - lefthook (1.11.5) 1107 + lefthook (1.11.13) 1111 1108 letter_opener (1.10.0) 1112 1109 launchy (>= 2.2, < 4) 1113 1110 letter_opener_web (3.0.0) ··· 1138 1135 rake (~> 13.0) 1139 1136 locale (2.1.4) 1140 1137 lockbox (1.3.0) 1141 - logger (1.6.6) 1138 + logger (1.7.0) 1142 1139 lograge (0.11.2) 1143 1140 actionpack (>= 4) 1144 1141 activesupport (>= 4) 1145 1142 railties (>= 4) 1146 1143 request_store (~> 1.0) 1147 - loofah (2.24.0) 1144 + loofah (2.24.1) 1148 1145 crass (~> 1.0.2) 1149 1146 nokogiri (>= 1.12.0) 1150 1147 lookbook (2.3.4) ··· 1232 1229 shellany (~> 0.0) 1233 1230 numerizer (0.2.0) 1234 1231 oauth (0.5.6) 1235 - oauth2 (2.0.9) 1236 - faraday (>= 0.17.3, < 3.0) 1237 - jwt (>= 1.0, < 3.0) 1232 + oauth2 (2.0.10) 1233 + faraday (>= 0.17.3, < 4.0) 1234 + jwt (>= 1.0, < 4.0) 1235 + logger (~> 1.2) 1238 1236 multi_xml (~> 0.5) 1239 1237 rack (>= 1.2, < 4) 1240 1238 snaky_hash (~> 2.0) 1241 - version_gem (~> 1.1) 1239 + version_gem (>= 1.1.8, < 3) 1242 1240 observer (0.1.2) 1243 1241 octokit (9.2.0) 1244 1242 faraday (>= 1, < 3) ··· 1256 1254 plist (~> 3.1) 1257 1255 train-core 1258 1256 wmi-lite (~> 1.0) 1259 - oj (3.16.10) 1257 + oj (3.16.11) 1260 1258 bigdecimal (>= 3.0) 1261 1259 ostruct (>= 0.2) 1262 1260 oj-introspect (0.8.0) ··· 1449 1447 paper_trail (16.0.0) 1450 1448 activerecord (>= 6.1) 1451 1449 request_store (~> 1.4) 1452 - parallel (1.26.3) 1450 + parallel (1.27.0) 1453 1451 parser (3.3.8.0) 1454 1452 ast (~> 2.4.1) 1455 1453 racc ··· 1492 1490 coderay 1493 1491 parser 1494 1492 unparser 1495 - prometheus-client-mmap (1.2.9) 1493 + prometheus-client-mmap (1.2.10) 1496 1494 base64 1497 1495 bigdecimal 1498 1496 logger ··· 1513 1511 date 1514 1512 stringio 1515 1513 public_suffix (6.0.1) 1516 - puma (6.5.0) 1514 + puma (6.6.0) 1517 1515 nio4r (~> 2.0) 1518 1516 pyu-ruby-sasl (0.0.3.3) 1519 1517 raabro (1.4.0) ··· 1647 1645 rexml (3.4.1) 1648 1646 rinku (2.0.0) 1649 1647 rotp (6.3.0) 1650 - rouge (4.5.1) 1648 + rouge (4.5.2) 1651 1649 rqrcode (2.2.0) 1652 1650 chunky_png (~> 1.0) 1653 1651 rqrcode_core (~> 1.0) ··· 1680 1678 rspec-parameterized-table_syntax (1.0.0) 1681 1679 binding_of_caller 1682 1680 rspec-parameterized-core (< 2) 1683 - rspec-rails (7.0.1) 1681 + rspec-rails (7.1.1) 1684 1682 actionpack (>= 7.0) 1685 1683 activesupport (>= 7.0) 1686 1684 railties (>= 7.0) ··· 1731 1729 ruby-fogbugz (0.3.0) 1732 1730 crack (~> 0.4) 1733 1731 multipart-post (~> 2.0) 1734 - ruby-lsp (0.23.15) 1732 + ruby-lsp (0.23.20) 1735 1733 language_server-protocol (~> 3.17.0) 1736 1734 prism (>= 1.2, < 2.0) 1737 1735 rbs (>= 3, < 4) 1738 1736 sorbet-runtime (>= 0.5.10782) 1739 1737 ruby-lsp-rails (0.3.31) 1740 1738 ruby-lsp (>= 0.23.0, < 0.24.0) 1741 - ruby-lsp-rspec (0.1.22) 1742 - ruby-lsp (~> 0.23.0) 1739 + ruby-lsp-rspec (0.1.23) 1740 + ruby-lsp (~> 0.23.19) 1743 1741 ruby-magic (0.6.0) 1744 1742 mini_portile2 (~> 2.8) 1745 1743 ruby-progressbar (1.11.0) ··· 1750 1748 ruby2_keywords (0.0.5) 1751 1749 rubyntlm (0.6.3) 1752 1750 rubypants (0.2.0) 1753 - rubyzip (2.3.2) 1751 + rubyzip (2.4.1) 1754 1752 rugged (1.6.3) 1755 1753 safe_yaml (1.0.4) 1756 1754 safety_net_attestation (0.4.0) ··· 1769 1767 seed-fu (2.3.9) 1770 1768 activerecord (>= 3.1) 1771 1769 activesupport (>= 3.1) 1772 - selenium-webdriver (4.27.0) 1770 + selenium-webdriver (4.32.0) 1773 1771 base64 (~> 0.2) 1774 1772 logger (~> 1.4) 1775 1773 rexml (~> 3.2, >= 3.2.5) ··· 1828 1826 hashie 1829 1827 version_gem (~> 1.1) 1830 1828 snowplow-tracker (0.8.0) 1831 - solargraph (0.54.2) 1829 + solargraph (0.54.4) 1832 1830 backport (~> 1.2) 1833 1831 benchmark (~> 0.4) 1834 1832 bundler (~> 2.0) 1835 1833 diff-lcs (~> 1.4) 1836 - jaro_winkler (~> 1.6) 1834 + jaro_winkler (~> 1.6, >= 1.6.1) 1837 1835 kramdown (~> 2.3) 1838 1836 kramdown-parser-gfm (~> 1.1) 1839 1837 logger (~> 1.6) ··· 1991 1989 validates_hostname (1.0.13) 1992 1990 activerecord (>= 3.0) 1993 1991 activesupport (>= 3.0) 1994 - version_gem (1.1.0) 1992 + version_gem (1.1.8) 1995 1993 version_sorter (2.3.0) 1996 - view_component (3.21.0) 1994 + view_component (3.23.2) 1997 1995 activesupport (>= 5.2.0, < 8.1) 1998 - concurrent-ruby (~> 1.0) 1996 + concurrent-ruby (~> 1) 1999 1997 method_source (~> 1.0) 2000 1998 virtus (2.0.0) 2001 1999 axiom-types (~> 0.1) ··· 2027 2025 activesupport 2028 2026 faraday (~> 2.0) 2029 2027 faraday-follow_redirects 2030 - webmock (3.25.0) 2028 + webmock (3.25.1) 2031 2029 addressable (>= 2.8.0) 2032 2030 crack (>= 0.3.2) 2033 2031 hashdiff (>= 0.4.0, < 2.0.0) ··· 2071 2069 asciidoctor-include-ext (~> 0.4.0) 2072 2070 asciidoctor-kroki (~> 0.10.0) 2073 2071 asciidoctor-plantuml (~> 0.0.16) 2074 - async (~> 2.23.0) 2072 + async (~> 2.24.0) 2075 2073 atlassian-jwt (~> 0.2.1) 2076 - attr_encrypted (~> 3.2.4)! 2074 + attr_encrypted (~> 4.2) 2077 2075 awesome_print 2078 2076 aws-sdk-cloudformation (~> 1) 2079 - aws-sdk-core (~> 3.223.0) 2080 - aws-sdk-s3 (~> 1.185.0) 2077 + aws-sdk-core (~> 3.225.0) 2078 + aws-sdk-s3 (~> 1.189.0) 2081 2079 axe-core-rspec (~> 4.10.0) 2082 2080 babosa (~> 2.0) 2083 2081 base32 (~> 0.3.0) ··· 2088 2086 better_errors (~> 2.10.1) 2089 2087 bootsnap (~> 1.18.3) 2090 2088 browser (~> 5.3.1) 2091 - bullet (~> 7.2.0) 2089 + bullet (~> 8.0.0) 2092 2090 bundler-checksum (~> 0.1.0)! 2093 2091 capybara (~> 3.40) 2094 2092 capybara-screenshot (~> 1.0.26) ··· 2099 2097 cloud_profiler_agent (~> 0.0.0)! 2100 2098 commonmarker (~> 0.23.10) 2101 2099 concurrent-ruby (~> 1.1) 2102 - connection_pool (~> 2.4) 2100 + connection_pool (~> 2.5.3) 2103 2101 countries (~> 4.0.0) 2104 2102 coverband (= 6.1.5) 2105 2103 creole (~> 0.5.0) ··· 2138 2136 faraday_middleware-aws-sigv4 (~> 1.0.1) 2139 2137 fast_blank (~> 1.0.1) 2140 2138 ffaker (~> 2.24) 2141 - ffi (~> 1.17) 2139 + ffi (~> 1.17.2) 2142 2140 flipper (~> 0.28.0) 2143 2141 flipper-active_record (~> 0.28.0) 2144 2142 flipper-active_support_cache_store (~> 0.28.0) ··· 2152 2150 gettext (~> 3.5, >= 3.5.1) 2153 2151 gettext_i18n_rails (~> 1.13.0) 2154 2152 git (~> 1.8) 2155 - gitaly (~> 17.8.0) 2153 + gitaly (~> 18.1.0.pre.rc1) 2156 2154 gitlab-active-context! 2157 2155 gitlab-backup-cli! 2158 2156 gitlab-chronic (~> 0.10.5) 2159 - gitlab-cloud-connector (~> 1.11) 2160 - gitlab-crystalball (~> 0.7.2) 2157 + gitlab-cloud-connector (~> 1.14) 2158 + gitlab-crystalball (~> 1.1.0) 2161 2159 gitlab-dangerfiles (~> 4.9.0) 2162 - gitlab-duo-workflow-service-client (~> 0.1)! 2160 + gitlab-duo-workflow-service-client (~> 0.2)! 2163 2161 gitlab-experiment (~> 0.9.1) 2164 2162 gitlab-fog-azure-rm (~> 2.2.0) 2165 - gitlab-glfm-markdown (~> 0.0.30) 2163 + gitlab-glfm-markdown (~> 0.0.31) 2166 2164 gitlab-housekeeper! 2167 2165 gitlab-http! 2168 2166 gitlab-kas-grpc (~> 17.11.0) ··· 2212 2210 graphlyte (~> 1.0.0) 2213 2211 graphql (= 2.4.13) 2214 2212 graphql-docs (~> 5.0.0) 2215 - grpc (= 1.63.0) 2213 + grpc (~> 1.72.0) 2216 2214 gssapi (~> 1.3.1) 2217 2215 guard-rspec 2218 2216 haml_lint (~> 0.58) ··· 2221 2219 health_check (~> 3.0) 2222 2220 html-pipeline (~> 2.14.3) 2223 2221 html2text 2224 - httparty (~> 0.22.0) 2222 + httparty (~> 0.23.0) 2225 2223 i18n_data (~> 0.13.1) 2226 2224 icalendar (~> 2.10.1) 2227 2225 influxdb-client (~> 3.1) ··· 2244 2242 licensee (~> 9.16) 2245 2243 listen (~> 3.7) 2246 2244 lockbox (~> 1.3.0) 2247 - logger (~> 1.6.0) 2245 + logger (~> 1.7.0) 2248 2246 lograge (~> 0.5) 2249 2247 loofah (~> 2.24.0) 2250 2248 lookbook (~> 2.3) ··· 2326 2324 pry-byebug 2327 2325 pry-rails (~> 0.3.9) 2328 2326 pry-shell (~> 0.6.4) 2329 - puma (= 6.5.0) 2327 + puma (= 6.6.0) 2330 2328 rack (~> 2.2.9) 2331 2329 rack-attack (~> 6.7.0) 2332 2330 rack-cors (~> 2.0.1) ··· 2351 2349 rqrcode (~> 2.2) 2352 2350 rspec-benchmark (~> 0.6.0) 2353 2351 rspec-parameterized (~> 1.0, >= 1.0.2) 2354 - rspec-rails (~> 7.0.0) 2352 + rspec-rails (~> 7.1.0) 2355 2353 rspec-retry (~> 0.6.2) 2356 2354 rspec_junit_formatter 2357 2355 rspec_profiling (~> 0.0.9) ··· 2363 2361 ruby-magic (~> 0.6) 2364 2362 ruby-progressbar (~> 1.10) 2365 2363 ruby-saml (~> 1.18) 2366 - rubyzip (~> 2.3.2) 2364 + rubyzip (~> 2.4.0) 2367 2365 rugged (~> 1.6) 2368 2366 sanitize (~> 6.0.2) 2369 2367 sd_notify (~> 0.1.0) ··· 2414 2412 valid_email (~> 0.1) 2415 2413 validates_hostname (~> 1.0.13) 2416 2414 version_sorter (~> 2.3) 2417 - view_component (~> 3.21.0) 2415 + view_component (~> 3.23.2) 2418 2416 vite_rails (~> 3.0.17) 2419 2417 vite_ruby (~> 3.9.0) 2420 2418 vmstat (~> 2.3.0) ··· 2427 2425 yard (~> 0.9) 2428 2426 2429 2427 BUNDLED WITH 2430 - 2.6.6 2428 + 2.6.9
+89 -83
pkgs/by-name/gi/gitlab/rubyEnv/gemset.nix
··· 468 468 platforms = [ ]; 469 469 source = { 470 470 remotes = [ "https://rubygems.org" ]; 471 - sha256 = "01jh5b1wh9gvgrkl2bgc93pimc0ncjbi5vsadgxxp9a8d4s9fb31"; 471 + sha256 = "0xs3qdlm8fj6zksqp5daamc51azwgbrp3b6mbqcxl22qdnn137aq"; 472 472 type = "gem"; 473 473 }; 474 - version = "2.23.1"; 474 + version = "2.24.0"; 475 475 }; 476 476 atlassian-jwt = { 477 477 dependencies = [ "jwt" ]; ··· 489 489 groups = [ "default" ]; 490 490 platforms = [ ]; 491 491 source = { 492 - path = "${src}/vendor/gems/attr_encrypted"; 493 - type = "path"; 492 + remotes = [ "https://rubygems.org" ]; 493 + sha256 = "0lddh6dznfvpic6c9pbb6wgzwd3jyp26abjfvi0fsf3fkqaq0p3y"; 494 + type = "gem"; 494 495 }; 495 - version = "3.2.4"; 496 + version = "4.2.0"; 496 497 }; 497 498 attr_required = { 498 499 groups = [ "default" ]; ··· 556 557 platforms = [ ]; 557 558 source = { 558 559 remotes = [ "https://rubygems.org" ]; 559 - sha256 = "09kb3k5vpymg846gajc5d3wznww63yiv3ygdf4v42d4pf4wpbr1i"; 560 + sha256 = "1bkkx0sz1lkqhzkrpklnalpv2dshvrdi12yq47xmv0nflhgzysmp"; 560 561 type = "gem"; 561 562 }; 562 - version = "1.41.0"; 563 + version = "1.131.0"; 563 564 }; 564 565 aws-sdk-core = { 565 566 dependencies = [ ··· 574 575 platforms = [ ]; 575 576 source = { 576 577 remotes = [ "https://rubygems.org" ]; 577 - sha256 = "0xwcimg5i93ansmmww7ap8k6xxyijkxa8p896bxj9kc7cw8hkhyq"; 578 + sha256 = "1kafaaa9a2yh2cia6s2bn3m5jmya43l239j2ncbsndcq925xhjkw"; 578 579 type = "gem"; 579 580 }; 580 - version = "3.223.0"; 581 + version = "3.225.0"; 581 582 }; 582 583 aws-sdk-kms = { 583 584 dependencies = [ ··· 603 604 platforms = [ ]; 604 605 source = { 605 606 remotes = [ "https://rubygems.org" ]; 606 - sha256 = "1ix5g1qnp7m0f8jk0bx0b5csx8p7zrxhnvkqc7jsyp9a3c4vnpky"; 607 + sha256 = "0x3ylssjaq9bvsgs89l601x1fywxzi80dc1xc8zgvzigsyk2yqia"; 607 608 type = "gem"; 608 609 }; 609 - version = "1.185.0"; 610 + version = "1.189.0"; 610 611 }; 611 612 aws-sigv4 = { 612 613 dependencies = [ "aws-eventstream" ]; ··· 873 874 platforms = [ ]; 874 875 source = { 875 876 remotes = [ "https://rubygems.org" ]; 876 - sha256 = "0mdgj9yw1hmx3xh2qxyjc31y8igmxzd9h0c245ay2zkz76pl4k5c"; 877 + sha256 = "003xl226y120cbq1n99805jw6w75gcz1gs941yz3h7li3qy3kqha"; 877 878 type = "gem"; 878 879 }; 879 - version = "1.18.4"; 880 + version = "1.18.6"; 880 881 }; 881 882 browser = { 882 883 groups = [ "default" ]; ··· 914 915 platforms = [ ]; 915 916 source = { 916 917 remotes = [ "https://rubygems.org" ]; 917 - sha256 = "12gacycw1adsdjp14pm43619c6lcdaddhgbdizy7gnzmnjhwh0im"; 918 + sha256 = "0hn5nysivwlzwgwgh3m97kzjgfy8g7nl82b2pahdj0xqnrg91fdl"; 918 919 type = "gem"; 919 920 }; 920 - version = "7.2.0"; 921 + version = "8.0.8"; 921 922 }; 922 923 bundler-checksum = { 923 924 dependencies = [ ]; ··· 1636 1637 platforms = [ ]; 1637 1638 source = { 1638 1639 remotes = [ "https://rubygems.org" ]; 1639 - sha256 = "0zbsjj1bgwmsiqiw6x5fzbzp25xc10c02s37ggl2635ha0qzn05q"; 1640 + sha256 = "0ycwbakxxir8dwh2fwg47hvi05dvp1s20fqr3yh8lbmb5kj3zzn5"; 1640 1641 type = "gem"; 1641 1642 }; 1642 - version = "1.0.0"; 1643 + version = "1.1.3"; 1643 1644 }; 1644 1645 devise = { 1645 1646 dependencies = [ ··· 1716 1717 platforms = [ ]; 1717 1718 source = { 1718 1719 remotes = [ "https://rubygems.org" ]; 1719 - sha256 = "19xaz5qmw0kg1rdsjh13vk7674bpcmjy6cnddx1cvl80vgkvjr22"; 1720 + sha256 = "1qs7drxvyzk3dg22xgblc12lq5kww9hhj7vpn8ay3l42rasllf3r"; 1720 1721 type = "gem"; 1721 1722 }; 1722 - version = "3.4.3"; 1723 + version = "3.4.4"; 1723 1724 }; 1724 1725 digest-crc = { 1725 1726 dependencies = [ "rake" ]; ··· 2211 2212 platforms = [ ]; 2212 2213 source = { 2213 2214 remotes = [ "https://rubygems.org" ]; 2214 - sha256 = "1mls9g490k63rdmjc9shqshqzznfn1y21wawkxrwp2vvbk13jwqm"; 2215 + sha256 = "0xbv450qj2bx0qz9l2pjrd3kc057y6bglc3na7a78zby8ssiwlyc"; 2215 2216 type = "gem"; 2216 2217 }; 2217 - version = "2.12.2"; 2218 + version = "2.13.1"; 2218 2219 }; 2219 2220 faraday-follow_redirects = { 2220 2221 dependencies = [ "faraday" ]; ··· 2762 2763 platforms = [ ]; 2763 2764 source = { 2764 2765 remotes = [ "https://rubygems.org" ]; 2765 - sha256 = "0kvv1idqscqh03wp6xcb5mi03j5hksbnn8dadcwpv2izm0srfv8r"; 2766 + sha256 = "02p7ysnali576bpdivlgnx31h4zwmg7aggx4kwfck51npg2s0rcg"; 2766 2767 type = "gem"; 2767 2768 }; 2768 - version = "17.8.4"; 2769 + version = "18.1.0.pre.rc1"; 2769 2770 }; 2770 2771 gitlab = { 2771 2772 dependencies = [ ··· 2856 2857 platforms = [ ]; 2857 2858 source = { 2858 2859 remotes = [ "https://rubygems.org" ]; 2859 - sha256 = "1bshayyh9pb2rgb9qc82dc9fr1xkf4kxj10rd0lkjqxnbh7ppsxi"; 2860 + sha256 = "0d5zrz5vgb8zrnri42awqfvcq9kfzlrc032nprknddpb9iagbsmr"; 2860 2861 type = "gem"; 2861 2862 }; 2862 - version = "1.12.0"; 2863 + version = "1.17.0"; 2863 2864 }; 2864 2865 gitlab-crystalball = { 2865 - dependencies = [ "git" ]; 2866 + dependencies = [ 2867 + "git" 2868 + "ostruct" 2869 + ]; 2866 2870 groups = [ 2867 2871 "development" 2868 2872 "test" ··· 2870 2874 platforms = [ ]; 2871 2875 source = { 2872 2876 remotes = [ "https://rubygems.org" ]; 2873 - sha256 = "16mlrsd4lyvp9faqrnd7nmrl485wzrj2vp6y72x7f8wmsmqpivf4"; 2877 + sha256 = "1a42qg2m7w0qn7as3zrc4v7lrxig532izi7yb2w8rbcwm114fcdx"; 2874 2878 type = "gem"; 2875 2879 }; 2876 - version = "0.7.2"; 2880 + version = "1.1.0"; 2877 2881 }; 2878 2882 gitlab-dangerfiles = { 2879 2883 dependencies = [ ··· 2889 2893 platforms = [ ]; 2890 2894 source = { 2891 2895 remotes = [ "https://rubygems.org" ]; 2892 - sha256 = "1cpiznkzlvsbanfcvnqdf0lxrzjd3i592d0j766xmr55mkc1jsr9"; 2896 + sha256 = "162p00p59rxbhxglanzapl6qckc52q97s6hrf1p0ywnqhpv51h6m"; 2893 2897 type = "gem"; 2894 2898 }; 2895 - version = "4.9.1"; 2899 + version = "4.9.2"; 2896 2900 }; 2897 2901 gitlab-duo-workflow-service-client = { 2898 2902 dependencies = [ "grpc" ]; ··· 2902 2906 path = "${src}/vendor/gems/gitlab-duo-workflow-service-client"; 2903 2907 type = "path"; 2904 2908 }; 2905 - version = "0.1"; 2909 + version = "0.2"; 2906 2910 }; 2907 2911 gitlab-experiment = { 2908 2912 dependencies = [ ··· 2944 2948 platforms = [ ]; 2945 2949 source = { 2946 2950 remotes = [ "https://rubygems.org" ]; 2947 - sha256 = "0rh0bij1nk0c6agqg39p5qwhc93fdgriwqwnshgrkn66kwzs7ppk"; 2951 + sha256 = "06rd3q4xznh483aqmg2llaaa946psagrxd6va8g9zm3q3k3fkj4i"; 2948 2952 type = "gem"; 2949 2953 }; 2950 - version = "0.0.30"; 2954 + version = "0.0.31"; 2951 2955 }; 2952 2956 gitlab-housekeeper = { 2953 2957 dependencies = [ ··· 2990 2994 platforms = [ ]; 2991 2995 source = { 2992 2996 remotes = [ "https://rubygems.org" ]; 2993 - sha256 = "075fasc3mv2l87l34cw5pw1vyf2ad254gsa9jpl4cqv3rx6hbfgj"; 2997 + sha256 = "0lsz61cr7i3d72i6rxvbfqbq6f5anzbbmhmrmr7mprna4dy93d7q"; 2994 2998 type = "gem"; 2995 2999 }; 2996 - version = "17.11.2"; 3000 + version = "17.11.3"; 2997 3001 }; 2998 3002 gitlab-labkit = { 2999 3003 dependencies = [ ··· 3152 3156 platforms = [ ]; 3153 3157 source = { 3154 3158 remotes = [ "https://rubygems.org" ]; 3155 - sha256 = "1gip6bgsh6b284sjlz24ljydshsa9p5ikizwrmb82gnsc46dcsmk"; 3159 + sha256 = "0b4908vic675qq1mh1i45vh5z9vdg1ynanxdbdzaazxvjkakdwzd"; 3156 3160 type = "gem"; 3157 3161 }; 3158 - version = "0.26.1"; 3162 + version = "0.29.1"; 3159 3163 }; 3160 3164 gitlab-security_report_schemas = { 3161 3165 dependencies = [ ··· 3656 3660 platforms = [ ]; 3657 3661 source = { 3658 3662 remotes = [ "https://rubygems.org" ]; 3659 - sha256 = "1afriizkvwwcyh0s0j1x9d9045pn4f767gpj5q49hicsqz8flq58"; 3663 + sha256 = "1dsj349xm6jmd94xix8bgdn5m8jqqk9bsivlm9fll8ifa008ab0h"; 3660 3664 type = "gem"; 3661 3665 }; 3662 - version = "3.25.7"; 3666 + version = "3.25.8"; 3663 3667 }; 3664 3668 googleapis-common-protos = { 3665 3669 dependencies = [ ··· 3685 3689 platforms = [ ]; 3686 3690 source = { 3687 3691 remotes = [ "https://rubygems.org" ]; 3688 - sha256 = "152nfvcnj1i1gsphhs7mhxzd0wa9pjdjb0xhgb2bry16ag57djxf"; 3692 + sha256 = "0zyh9pxsw4zwv3iissirwqnx98qzkywqf3bwdrai6zpwph34ndsy"; 3689 3693 type = "gem"; 3690 3694 }; 3691 - version = "1.19.0"; 3695 + version = "1.20.0"; 3692 3696 }; 3693 3697 googleauth = { 3694 3698 dependencies = [ ··· 3882 3886 platforms = [ ]; 3883 3887 source = { 3884 3888 remotes = [ "https://rubygems.org" ]; 3885 - sha256 = "11ink0ayf14qgs3msn5a7dpg49vm3ck2415r64nfk1i8xv286hsz"; 3889 + sha256 = "02gakdhvpl777b41i8cgkrj7gk0jlq4fza9hjksp2r7ryji0vyjn"; 3886 3890 type = "gem"; 3887 3891 }; 3888 - version = "1.63.0"; 3892 + version = "1.72.0"; 3889 3893 }; 3890 3894 grpc-google-iam-v1 = { 3891 3895 dependencies = [ ··· 4203 4207 platforms = [ ]; 4204 4208 source = { 4205 4209 remotes = [ "https://rubygems.org" ]; 4206 - sha256 = "0v7s60abgwkahkqi4lf68hmz3j69jli3q25jsf9h1kvijif2lrbq"; 4210 + sha256 = "0mbbjr774zxb2wcpbwc93l0i481bxk7ga5hpap76w3q1y9idvh9s"; 4207 4211 type = "gem"; 4208 4212 }; 4209 - version = "0.22.0"; 4213 + version = "0.23.1"; 4210 4214 }; 4211 4215 httpclient = { 4212 4216 groups = [ "default" ]; ··· 4410 4414 platforms = [ ]; 4411 4415 source = { 4412 4416 remotes = [ "https://rubygems.org" ]; 4413 - sha256 = "09645h5an19zc1i7wlmixszj8xxqb2zc8qlf8dmx39bxpas1l24b"; 4417 + sha256 = "14xkw4lb6wwvbcwqkf6ds116sridk9c8yz6y3caw07vzpwdvcmn0"; 4414 4418 type = "gem"; 4415 4419 }; 4416 - version = "1.6.0"; 4420 + version = "1.6.1"; 4417 4421 }; 4418 4422 jira-ruby = { 4419 4423 dependencies = [ ··· 4693 4697 platforms = [ ]; 4694 4698 source = { 4695 4699 remotes = [ "https://rubygems.org" ]; 4696 - sha256 = "09m8m65iyk8d1y0g52srl7994c80f8ai33z8flbzhsjqr2wy17rh"; 4700 + sha256 = "18msiw0b3krm9krxrahiladblh6pjpj395wcjjw2fvsimwyy7vk4"; 4697 4701 type = "gem"; 4698 4702 }; 4699 - version = "1.11.5"; 4703 + version = "1.11.13"; 4700 4704 }; 4701 4705 letter_opener = { 4702 4706 dependencies = [ "launchy" ]; ··· 4838 4842 "danger" 4839 4843 "default" 4840 4844 "development" 4845 + "monorepo" 4841 4846 "test" 4842 4847 ]; 4843 4848 platforms = [ ]; 4844 4849 source = { 4845 4850 remotes = [ "https://rubygems.org" ]; 4846 - sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx"; 4851 + sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr"; 4847 4852 type = "gem"; 4848 4853 }; 4849 - version = "1.6.6"; 4854 + version = "1.7.0"; 4850 4855 }; 4851 4856 lograge = { 4852 4857 dependencies = [ ··· 4878 4883 platforms = [ ]; 4879 4884 source = { 4880 4885 remotes = [ "https://rubygems.org" ]; 4881 - sha256 = "07pfa5kgl7k2hxlzzn89qna6bmiyrxlchgbzi0885frsi08agrk1"; 4886 + sha256 = "0dx316q03x6rpdbl610rdaj2vfd5s8fanixk21j4gv3h5f230nk5"; 4882 4887 type = "gem"; 4883 4888 }; 4884 - version = "2.24.0"; 4889 + version = "2.24.1"; 4885 4890 }; 4886 4891 lookbook = { 4887 4892 dependencies = [ ··· 5561 5566 dependencies = [ 5562 5567 "faraday" 5563 5568 "jwt" 5569 + "logger" 5564 5570 "multi_xml" 5565 5571 "rack" 5566 5572 "snaky_hash" ··· 5570 5576 platforms = [ ]; 5571 5577 source = { 5572 5578 remotes = [ "https://rubygems.org" ]; 5573 - sha256 = "1yzpaghh8kwzgmvmrlbzf36ks5s2hf34rayzw081dp2jrzprs7xj"; 5579 + sha256 = "0hisvj04523xsq0cmaw2lzwjj2pgwvkxfs6c9dfqh8cdb5wjc4wg"; 5574 5580 type = "gem"; 5575 5581 }; 5576 - version = "2.0.9"; 5582 + version = "2.0.10"; 5577 5583 }; 5578 5584 observer = { 5579 5585 groups = [ ··· 5640 5646 platforms = [ ]; 5641 5647 source = { 5642 5648 remotes = [ "https://rubygems.org" ]; 5643 - sha256 = "0z1xw7xm7xkxnslhxqvfzvv5f1q1cl40niwvaxny2cg3fkcvw9kz"; 5649 + sha256 = "1cajn3ylwhby1x51d9hbchm964qwb5zp63f7sfdm55n85ffn1ara"; 5644 5650 type = "gem"; 5645 5651 }; 5646 - version = "3.16.10"; 5652 + version = "3.16.11"; 5647 5653 }; 5648 5654 oj-introspect = { 5649 5655 dependencies = [ "oj" ]; ··· 6523 6529 platforms = [ ]; 6524 6530 source = { 6525 6531 remotes = [ "https://rubygems.org" ]; 6526 - sha256 = "1vy7sjs2pgz4i96v5yk9b7aafbffnvq7nn419fgvw55qlavsnsyq"; 6532 + sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa"; 6527 6533 type = "gem"; 6528 6534 }; 6529 - version = "1.26.3"; 6535 + version = "1.27.0"; 6530 6536 }; 6531 6537 parser = { 6532 6538 dependencies = [ ··· 6792 6798 platforms = [ ]; 6793 6799 source = { 6794 6800 remotes = [ "https://rubygems.org" ]; 6795 - sha256 = "0120712ar9cmjgyqrihf36pcslx8m73gp0l86dfw8yvn8gs9xzr0"; 6801 + sha256 = "0i0l7v26vq8k6wvsfk9fzpswilbg4214d9p9xc87kmswl1kwxm26"; 6796 6802 type = "gem"; 6797 6803 }; 6798 - version = "1.2.9"; 6804 + version = "1.2.10"; 6799 6805 }; 6800 6806 pry = { 6801 6807 dependencies = [ ··· 6904 6910 platforms = [ ]; 6905 6911 source = { 6906 6912 remotes = [ "https://rubygems.org" ]; 6907 - sha256 = "1wl9q4fl8gvhwdpfxghx6jdqi4508287pcgiwi96sdbzmdfbglcl"; 6913 + sha256 = "11xd3207k5rl6bz0qxhcb3zcr941rhx7ig2f19gxxmdk7s3hcp7j"; 6908 6914 type = "gem"; 6909 6915 }; 6910 - version = "6.5.0"; 6916 + version = "6.6.0"; 6911 6917 }; 6912 6918 pyu-ruby-sasl = { 6913 6919 groups = [ "default" ]; ··· 7659 7665 platforms = [ ]; 7660 7666 source = { 7661 7667 remotes = [ "https://rubygems.org" ]; 7662 - sha256 = "1pchwrkr0994v7mh054lcp0na3bk3mj2sk0dc33bn6bhxrnirj1a"; 7668 + sha256 = "18v8if3jix029rr3j8iwisv73facw223353n0h7avl39ibxk6hh3"; 7663 7669 type = "gem"; 7664 7670 }; 7665 - version = "4.5.1"; 7671 + version = "4.5.2"; 7666 7672 }; 7667 7673 rqrcode = { 7668 7674 dependencies = [ ··· 7845 7851 platforms = [ ]; 7846 7852 source = { 7847 7853 remotes = [ "https://rubygems.org" ]; 7848 - sha256 = "1ycjggcmzbgrfjk04v26b43c3fj5jq2qic911qk7585wvav2qaxd"; 7854 + sha256 = "0cg3ay2jin7jv20carhx3icv3gnwka0hqcr15zcjy7i1xnmwqpg1"; 7849 7855 type = "gem"; 7850 7856 }; 7851 - version = "7.0.1"; 7857 + version = "7.1.1"; 7852 7858 }; 7853 7859 rspec-retry = { 7854 7860 dependencies = [ "rspec-core" ]; ··· 8082 8088 platforms = [ ]; 8083 8089 source = { 8084 8090 remotes = [ "https://rubygems.org" ]; 8085 - sha256 = "17z0hi70s201gxw251hgv4r9zmfky2jlmp3pwma7hixsfpkx6gay"; 8091 + sha256 = "0s97zck9v2c1awk4lbj5ccsnn6p0jp018mrq12fvh5hp00sn3586"; 8086 8092 type = "gem"; 8087 8093 }; 8088 - version = "0.23.15"; 8094 + version = "0.23.20"; 8089 8095 }; 8090 8096 ruby-lsp-rails = { 8091 8097 dependencies = [ "ruby-lsp" ]; ··· 8104 8110 platforms = [ ]; 8105 8111 source = { 8106 8112 remotes = [ "https://rubygems.org" ]; 8107 - sha256 = "1h2rnylicx9cw2agrxzgxcr0bl2ac8iy99sz7w657hbfrpsyv0p9"; 8113 + sha256 = "1lv886262vzmjpgcd0759zn86yaidjn1wznnscn75saj4d81bafj"; 8108 8114 type = "gem"; 8109 8115 }; 8110 - version = "0.1.22"; 8116 + version = "0.1.23"; 8111 8117 }; 8112 8118 ruby-magic = { 8113 8119 dependencies = [ "mini_portile2" ]; ··· 8206 8212 platforms = [ ]; 8207 8213 source = { 8208 8214 remotes = [ "https://rubygems.org" ]; 8209 - sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; 8215 + sha256 = "05an0wz87vkmqwcwyh5rjiaavydfn5f4q1lixcsqkphzvj7chxw5"; 8210 8216 type = "gem"; 8211 8217 }; 8212 - version = "2.3.2"; 8218 + version = "2.4.1"; 8213 8219 }; 8214 8220 rugged = { 8215 8221 groups = [ ··· 8352 8358 platforms = [ ]; 8353 8359 source = { 8354 8360 remotes = [ "https://rubygems.org" ]; 8355 - sha256 = "1q5nbszbxz566yzyiv0a4lvfk56q89k0lk4mqp6wyddrc2nz88c8"; 8361 + sha256 = "1zlamvlgszczfx2f2v1b34q0lka15cqj46krwb4ymgl6nlkxznr0"; 8356 8362 type = "gem"; 8357 8363 }; 8358 - version = "4.27.0"; 8364 + version = "4.32.0"; 8359 8365 }; 8360 8366 semver_dialects = { 8361 8367 dependencies = [ ··· 8687 8693 platforms = [ ]; 8688 8694 source = { 8689 8695 remotes = [ "https://rubygems.org" ]; 8690 - sha256 = "0mkc1fxz4anv7fcq9jn26dc5ppwriand778f9dklzrpgq9pga8py"; 8696 + sha256 = "1q40v3xrx8zzcpk84mcb4f80zc49vp98pphlffb5w20sa760a9w4"; 8691 8697 type = "gem"; 8692 8698 }; 8693 - version = "0.54.2"; 8699 + version = "0.54.4"; 8694 8700 }; 8695 8701 solargraph-rspec = { 8696 8702 dependencies = [ "solargraph" ]; ··· 9643 9649 platforms = [ ]; 9644 9650 source = { 9645 9651 remotes = [ "https://rubygems.org" ]; 9646 - sha256 = "104s7p4zp5yvf0bvbwd9mqmnkgz2z89h4hbvxi8pzd8d08c9a03b"; 9652 + sha256 = "0270m29n7mq9yq4xnjzryzr6jxf292ahjn9fzywm2rg3rdz7cr59"; 9647 9653 type = "gem"; 9648 9654 }; 9649 - version = "1.1.0"; 9655 + version = "1.1.8"; 9650 9656 }; 9651 9657 version_sorter = { 9652 9658 groups = [ "default" ]; ··· 9671 9677 platforms = [ ]; 9672 9678 source = { 9673 9679 remotes = [ "https://rubygems.org" ]; 9674 - sha256 = "0p6z21kqz05966l77rfj7hdmhb6drld7qaxdbx4qawwylay7fnkz"; 9680 + sha256 = "0aw962shs2x52dy1vhzkw1qc0b5vxmgaab6lld7hggrqkr5ysbrw"; 9675 9681 type = "gem"; 9676 9682 }; 9677 - version = "3.21.0"; 9683 + version = "3.23.2"; 9678 9684 }; 9679 9685 virtus = { 9680 9686 dependencies = [ ··· 9807 9813 platforms = [ ]; 9808 9814 source = { 9809 9815 remotes = [ "https://rubygems.org" ]; 9810 - sha256 = "13hrfja9as50ymbzsmlqsnv3ijirnf6mini21y1qq04793y26g2p"; 9816 + sha256 = "08v374yrqqhjj3xjzmvwnv3yz21r22kn071yr0i67gmwaf9mv7db"; 9811 9817 type = "gem"; 9812 9818 }; 9813 - version = "3.25.0"; 9819 + version = "3.25.1"; 9814 9820 }; 9815 9821 webrick = { 9816 9822 groups = [
+2 -1
pkgs/development/ruby-modules/gem-config/default.nix
··· 492 492 dontBuilt = true; 493 493 installPhase = '' 494 494 cp -R ext/fast_mmaped_file_rs $out 495 + rm $out/Cargo.lock 495 496 cp Cargo.lock $out 496 497 ''; 497 498 }; 498 - hash = "sha256-KVbmDAa9EFwTUTHPF/8ZzycbieMhAuiidiz5rqGIKOo="; 499 + hash = "sha256-mukk+tWWeG62q4GcDzkk8TyxVsDjShz30wEj82cElt4="; 499 500 }; 500 501 501 502 nativeBuildInputs = [