From e4ee4361b918d93eec9a3d8cfccde5d882e87d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:43:53 +0000 Subject: [PATCH] Bump the ruby group across 1 directory with 6 updates Bumps the ruby group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rake](https://github.com/ruby/rake) | `13.3.0` | `13.3.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.81.6` | `1.81.7` | | [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) | `2.27.1` | `2.28.0` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.33.4` | `2.34.2` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.7.0` | `3.8.0` | | [rubocop-rspec_rails](https://github.com/rubocop/rubocop-rspec_rails) | `2.31.0` | `2.32.0` | Updates `rake` from 13.3.0 to 13.3.1 - [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.3.0...v13.3.1) Updates `rubocop` from 1.81.6 to 1.81.7 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.81.6...v1.81.7) Updates `rubocop-factory_bot` from 2.27.1 to 2.28.0 - [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases) - [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-factory_bot/compare/v2.27.1...v2.28.0) Updates `rubocop-rails` from 2.33.4 to 2.34.2 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.33.4...v2.34.2) Updates `rubocop-rspec` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.7.0...v3.8.0) Updates `rubocop-rspec_rails` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/rubocop/rubocop-rspec_rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec_rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec_rails/compare/v2.31.0...v2.32.0) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-factory_bot dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop-rails dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop-rspec dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop-rspec_rails dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9cb512b..3873057 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (8.1.0) + activesupport (8.1.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -32,25 +32,25 @@ GEM base64 (0.3.0) bigdecimal (3.3.1) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) diff-lcs (1.6.2) drb (2.2.3) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.15.1) + json (2.16.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - minitest (5.26.0) + minitest (5.26.2) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc prism (1.6.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rainbow (3.1.1) - rake (13.3.0) + rake (13.3.1) regexp_parser (2.11.3) rspec (3.13.2) rspec-core (~> 3.13.0) @@ -65,7 +65,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.81.6) + rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -76,20 +76,20 @@ GEM rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.48.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-capybara (2.22.1) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-factory_bot (2.27.1) + rubocop-factory_bot (2.28.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) rubocop-performance (1.26.1) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.33.4) + rubocop-rails (2.34.2) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -98,10 +98,10 @@ GEM rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.7.0) + rubocop-rspec (3.8.0) lint_roller (~> 1.1) - rubocop (~> 1.72, >= 1.72.1) - rubocop-rspec_rails (2.31.0) + rubocop (~> 1.81) + rubocop-rspec_rails (2.32.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) rubocop-rspec (~> 3.5) @@ -112,7 +112,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.4) + uri (1.1.1) PLATFORMS arm64-darwin-20