From a16005641c58f85726065e6488730a263155422c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:53:42 +0000 Subject: [PATCH] chore(deps-dev): update shoulda-matchers requirement from ~> 6.0 to ~> 7.0 Updates the requirements on [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) to permit the latest version. - [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.0.0...v7.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 51de32a..07c30da 100644 --- a/Gemfile +++ b/Gemfile @@ -65,5 +65,5 @@ group :development, :test do gem "simplecov-lcov", require: false # Shoulda Matchers for simple and elegant tests [https://github.com/thoughtbot/shoulda-matchers] - gem "shoulda-matchers", "~> 6.0" + gem "shoulda-matchers", "~> 7.0" end