From 2bc4bfec3c3011e683953c96f8c62dd6db4f08f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:42:38 +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 | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b4cac44aa0..f159ea5e62 100644 --- a/Gemfile +++ b/Gemfile @@ -158,7 +158,7 @@ group :development, :test do gem 'rubocop-performance' gem "rubocop-rails", "~> 2.33.4" # More concise test ("should") matchers - gem "shoulda-matchers", "~> 6.5" + gem "shoulda-matchers", "~> 7.0" # Default rules for Rubocop. gem "standard", "~> 1.52" gem "standard-rails" diff --git a/Gemfile.lock b/Gemfile.lock index ad03d62c32..1320f5a1fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -396,7 +396,8 @@ GEM memory_profiler (1.1.0) method_source (1.1.0) mini_mime (1.1.5) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) monetize (2.0.0) money (~> 7.0) @@ -658,8 +659,8 @@ GEM tilt securerandom (0.4.1) shellany (0.0.1) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simple_form (5.4.0) actionpack (>= 7.0) activemodel (>= 7.0) @@ -837,7 +838,7 @@ DEPENDENCIES rubocop-performance rubocop-rails (~> 2.33.4) sass-rails - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) simple_form simplecov solid_cache (~> 1.0)