From edcc6aa28b264115f71262f3c269ca960c52462e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:23:56 +0000 Subject: [PATCH] Update shoulda-matchers requirement from ~> 6.4 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.4.0...v7.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- solidus_subscriptions.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidus_subscriptions.gemspec b/solidus_subscriptions.gemspec index bc5a0b6b..c76a33e6 100644 --- a/solidus_subscriptions.gemspec +++ b/solidus_subscriptions.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.add_dependency "state_machines" spec.add_development_dependency "rspec-activemodel-mocks" - spec.add_development_dependency "shoulda-matchers", "~> 6.4" + spec.add_development_dependency "shoulda-matchers", "~> 7.0" spec.add_development_dependency "solidus_dev_support", "~> 2.0" spec.add_development_dependency "timecop" spec.add_development_dependency "vcr"