From cbde47075691695b024530a26e74458564586c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:24:38 +0000 Subject: [PATCH] chore(deps-dev): bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [brakeman](https://github.com/presidentbeef/brakeman) and [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers). Updates `brakeman` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/compare/v8.0.4...v8.0.5) 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) --- updated-dependencies: - dependency-name: brakeman dependency-version: 8.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: shoulda-matchers dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index bd75aed..c0a85a2 100644 --- a/Gemfile +++ b/Gemfile @@ -57,5 +57,5 @@ group :development, :test do gem 'factory_bot_rails' gem 'faker' gem 'rspec-rails', '~> 8.0.4' - gem 'shoulda-matchers', '~> 7.0' + gem 'shoulda-matchers', '~> 8.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 021b7ef..81bf427 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM bigdecimal (4.1.2) bootsnap (1.24.6) msgpack (~> 1.2) - brakeman (8.0.4) + brakeman (8.0.5) racc builder (3.3.0) byebug (13.0.0) @@ -149,7 +149,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.8) + json (2.19.9) language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) @@ -402,8 +402,8 @@ GEM ruby-progressbar (1.13.0) securerandom (0.4.1) shellwords (0.2.2) - shoulda-matchers (7.0.1) - activesupport (>= 7.1) + shoulda-matchers (8.0.1) + activesupport (>= 7.2) solid_cable (4.0.0) actioncable (>= 7.2) activejob (>= 7.2) @@ -504,7 +504,7 @@ DEPENDENCIES rubocop-rspec rubocop-rspec_rails shellwords (>= 0.2.0) - shoulda-matchers (~> 7.0) + shoulda-matchers (~> 8.0) solid_cable solid_queue (~> 1.4) sqlite3 (>= 1.4)