From 55b8b7948ef3f488519549bf1bf08220eeef8740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 07:32:14 +0000 Subject: [PATCH] Bump shoulda-matchers from 5.3.0 to 6.5.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 6.5.0. - [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/v5.3.0...v6.5.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 6.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 529f897..c936820 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ group :development, :test do gem "rspec-rails", "~> 6.0" gem "factory_bot_rails", "~> 6.4" gem "faker", "~> 3.2" - gem "shoulda-matchers", "~> 5.3" + gem "shoulda-matchers", "~> 6.5" gem "rails-controller-testing", "~> 1.0" gem "capybara", "~> 3.39" end diff --git a/Gemfile.lock b/Gemfile.lock index 234771e..39151ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -313,7 +313,7 @@ GEM rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) securerandom (0.4.1) - shoulda-matchers (5.3.0) + shoulda-matchers (6.5.0) activesupport (>= 5.2.0) solid_cable (3.0.11) actioncable (>= 7.2) @@ -393,7 +393,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0) rspec-rails (~> 6.0) rubocop-rails-omakase - shoulda-matchers (~> 5.3) + shoulda-matchers (~> 6.5) solid_cable solid_cache solid_queue