From ebf37bb4c65d8eb207e37473a7b053bad2568476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:10:24 +0000 Subject: [PATCH] Bump the bundler group with 6 updates Bumps the bundler group with 6 updates: | Package | From | To | | --- | --- | --- | | [activejob](https://github.com/rails/rails) | `8.1.2.1` | `8.1.3` | | [rake](https://github.com/ruby/rake) | `13.0.6` | `13.4.2` | | [rspec](https://github.com/rspec/rspec) | `3.12.0` | `3.13.2` | | [rubyzip](https://github.com/rubyzip/rubyzip) | `3.2.2` | `3.4.0` | | [sidekiq](https://github.com/sidekiq/sidekiq) | `8.1.1` | `8.1.6` | | [standard](https://github.com/standardrb/standard) | `1.54.0` | `1.55.0` | Updates `activejob` from 8.1.2.1 to 8.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activejob/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.1.2.1...v8.1.3) Updates `rake` from 13.0.6 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.0.6...v13.4.2) Updates `rspec` from 3.12.0 to 3.13.2 - [Commits](https://github.com/rspec/rspec/commits/rspec-v3.13.2) Updates `rubyzip` from 3.2.2 to 3.4.0 - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v3.2.2...v3.4.0) Updates `sidekiq` from 8.1.1 to 8.1.6 - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v8.1.1...v8.1.6) Updates `standard` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.54.0...v1.55.0) --- updated-dependencies: - dependency-name: activejob dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rubyzip dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: sidekiq dependency-version: 8.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: standard dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 68 ++++++++++++++++++++++++++-------------------------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Gemfile b/Gemfile index 97879fc..29ee1a5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" gemspec gem "activejob" -gem "rake", "~> 13.0" +gem "rake", "~> 13.4" gem "rspec" gem "rubyzip" gem "sidekiq" diff --git a/Gemfile.lock b/Gemfile.lock index 2438b95..9736541 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,10 @@ PATH GEM remote: https://rubygems.org/ specs: - activejob (8.1.2.1) - activesupport (= 8.1.2.1) + activejob (8.1.3) + activesupport (= 8.1.3) globalid (>= 0.3.6) - activesupport (8.1.2.1) + activesupport (8.1.3) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -25,59 +25,59 @@ GEM uri (>= 0.13.1) ast (2.4.3) base64 (0.3.0) - bigdecimal (4.0.1) + bigdecimal (4.1.2) concurrent-ruby (1.3.7) connection_pool (3.0.2) - diff-lcs (1.5.0) + diff-lcs (1.6.2) drb (2.2.3) - globalid (1.3.0) + globalid (1.4.0) activesupport (>= 6.1) - i18n (1.14.8) + i18n (1.15.2) concurrent-ruby (~> 1.0) - json (2.19.2) + json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - minitest (6.0.2) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - parallel (1.27.0) - parser (3.3.10.2) + parallel (2.1.0) + parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0) racc (1.8.1) rack (3.2.6) rainbow (3.1.1) - rake (13.0.6) - redis-client (0.26.4) + rake (13.4.2) + redis-client (0.30.0) connection_pool - regexp_parser (2.11.3) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + regexp_parser (2.12.0) + rspec (3.13.2) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.6) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.4) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (1.84.2) + rspec-support (~> 3.13.0) + rspec-support (3.13.7) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-performance (1.26.1) @@ -85,19 +85,19 @@ GEM rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (1.13.0) - rubyzip (3.2.2) + rubyzip (3.4.0) securerandom (0.4.1) - sidekiq (8.1.1) + sidekiq (8.1.6) connection_pool (>= 3.0.0) json (>= 2.16.0) logger (>= 1.7.0) rack (>= 3.2.0) - redis-client (>= 0.26.0) + redis-client (>= 0.29.0) stackprof (0.2.28) - standard (1.54.0) + standard (1.55.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.84.0) + rubocop (~> 1.87.0) standard-custom (~> 1.0.0) standard-performance (~> 1.8) standard-custom (1.0.2) @@ -118,7 +118,7 @@ PLATFORMS DEPENDENCIES activejob - rake (~> 13.0) + rake (~> 13.4) rspec rubyzip sidekiq