From 1ccd663ebed9adfc778c7f716f251c36bd91b51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 04:26:41 +0000 Subject: [PATCH] Bump shoulda-matchers from 6.5.0 to 7.0.1 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.5.0 to 7.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/v6.5.0...v7.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a1d87f7..1311488 100644 --- a/Gemfile +++ b/Gemfile @@ -47,6 +47,6 @@ end group :test do gem "capybara" gem "selenium-webdriver" - gem "shoulda-matchers", "~> 6.0" + gem "shoulda-matchers", "~> 7.0" gem "webmock", "~> 3.23" end diff --git a/Gemfile.lock b/Gemfile.lock index 938c249..08cb7c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.6.0) + prism (1.7.0) propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -341,8 +341,8 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.2.0) @@ -423,7 +423,7 @@ DEPENDENCIES rspec-rails (~> 7.0) rubocop-rails-omakase selenium-webdriver - shoulda-matchers (~> 6.0) + shoulda-matchers (~> 7.0) stimulus-rails stripe (~> 12.0) tailwindcss-rails