From 0b5be08ce06d813780ca37ce986543b11cf22bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:34:41 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [spring](https://github.com/rails/spring) | `4.6.0` | `4.7.0` | | [yard](https://github.com/lsegal/yard) | `0.9.44` | `0.9.45` | | [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `7.0.1` | `8.0.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.86.2` | `1.88.2` | | [bullet](https://github.com/flyerhzm/bullet) | `8.1.2` | `8.1.3` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.35.3` | `2.36.0` | Updates `spring` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/spring/compare/v4.6.0...v4.7.0) Updates `yard` from 0.9.44 to 0.9.45 - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](https://github.com/lsegal/yard/compare/v0.9.44...v0.9.45) Updates `shoulda-matchers` from 7.0.1 to 8.0.1 - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v7.0.1...v8.0.1) Updates `rubocop` from 1.86.2 to 1.88.2 - [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.86.2...v1.88.2) Updates `bullet` from 8.1.2 to 8.1.3 - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/8.1.2...8.1.3) Updates `rubocop-rails` from 2.35.3 to 2.36.0 - [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.35.3...v2.36.0) --- updated-dependencies: - dependency-name: bullet dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: rubocop-rails dependency-version: 2.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: shoulda-matchers dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: spring dependency-version: 4.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: yard dependency-version: 0.9.45 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index fb04d61464..6b48d1c1d5 100644 --- a/Gemfile +++ b/Gemfile @@ -113,7 +113,7 @@ group :development, :test do # Use RSpec for Behaviour testing gem 'rspec-rails', '~> 8' - gem 'rubocop', '~> 1.86' + gem 'rubocop', '~> 1.88' # Factory Bot for factories # fix for https://github.com/thoughtbot/factory_bot/issues/1690 diff --git a/Gemfile.lock b/Gemfile.lock index 06a7ecbe8b..9d750e1635 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM benchmark (0.5.0) bigdecimal (3.3.1) builder (3.3.0) - bullet (8.1.2) + bullet (8.1.3) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (13.0.0) @@ -345,7 +345,7 @@ GEM matrix pragmatic_segmenter (~> 0.3.0) zeitwerk (~> 2.5) - language_server-protocol (3.17.0.5) + language_server-protocol (3.17.0.6) launchy (3.1.1) addressable (~> 2.8) childprocess (~> 5.0) @@ -411,7 +411,7 @@ GEM parallel (2.1.0) parallel_tests (5.7.0) parallel - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc pdf-reader (2.15.1) @@ -547,7 +547,7 @@ GEM rspec-support (3.13.7) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.86.2) + rubocop (1.88.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -558,10 +558,10 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-rails (2.35.3) + rubocop-rails (2.36.0) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -588,8 +588,8 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - shoulda-matchers (7.0.1) - activesupport (>= 7.1) + shoulda-matchers (8.0.1) + activesupport (>= 7.2) sidekiq (7.3.10) base64 connection_pool (>= 2.3.0, < 3) @@ -615,7 +615,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) slim (>= 3.0, < 6.0, != 5.0.0) - spring (4.6.0) + spring (4.7.0) ssrf_filter (1.5.0) stackprof (0.2.28) stringio (3.2.0) @@ -656,7 +656,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yajl-ruby (1.4.3) - yard (0.9.44) + yard (0.9.45) zeitwerk (2.7.5) PLATFORMS @@ -736,7 +736,7 @@ DEPENDENCIES rspec-rails (~> 8) rspec-retry rspec_junit_formatter - rubocop (~> 1.86) + rubocop (~> 1.88) rubocop-rails ruby-oembed ruby-openai