From 2230ce4075b53e5cc0a8a65a25353bc8a72ee0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:02:04 +0000 Subject: [PATCH] Update shoulda-matchers requirement from ~> 2.8 to ~> 3.1 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/v2.8.0...v3.1.3) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 3.1.3 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 c5549a2b7..1a29efe1b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rake' group :test do gem 'shoulda' gem 'shoulda-context' - gem 'shoulda-matchers', '~> 2.8' + gem 'shoulda-matchers', '~> 3.1' gem 'simplecov', '~> 0.14', require: false gem 'minitest', '4.2', require: false gem 'jferris-mocha', require: false