From aecee6cd56225359debfcb7d0ca5bcd38b410414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:09:35 +0000 Subject: [PATCH] chore(deps-dev): 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 d0a53d494..99ad6b26f 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ group :test do gem 'capybara' gem 'selenium-webdriver' gem 'database_cleaner' - gem 'shoulda-matchers', '~> 6.5' + gem 'shoulda-matchers', '~> 7.0' gem 'simplecov', require: false gem 'simplecov-lcov', require: false gem 'timecop', '~> 0.9.10' diff --git a/Gemfile.lock b/Gemfile.lock index 987e4d7cd..6cfbac0dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -515,8 +515,8 @@ GEM websocket (~> 1.0) semantic_logger (4.17.0) concurrent-ruby (~> 1.0) - 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) @@ -663,7 +663,7 @@ DEPENDENCIES sassc-rails scout_apm selenium-webdriver - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) simple_form simplecov simplecov-lcov