From 5d1d01bcc8637773af5979c80e3d824f9bb96e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:50:10 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6a2f1c50..35fc133b 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do gem 'rspec-openapi', '~> 0.20' gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback' gem 'selenium-webdriver', '~> 4.38.0' - gem 'shoulda-matchers', '~> 6.5' + gem 'shoulda-matchers', '~> 7.0' gem 'simplecov', '~> 0.22.0', require: false gem 'webmock', '~> 3.26' end diff --git a/Gemfile.lock b/Gemfile.lock index 732eb500..67bae118 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -602,8 +602,8 @@ GEM sendgrid (1.2.4) json sexp_processor (4.17.3) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -717,7 +717,7 @@ DEPENDENCIES rubocop-rspec_rails (~> 2.31.0) selenium-webdriver (~> 4.38.0) sendgrid (~> 1.2.4) - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) simplecov (~> 0.22.0) sprockets-rails (~> 3.5, >= 3.5.2) strong_migrations (~> 2.5)