From ce99aaa60b54af27fd0cc5bdda3469ff8ef2c09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:23:47 +0000 Subject: [PATCH] Update shoulda-matchers requirement from ~> 6.4 to ~> 8.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...v8.0.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 8.0.0 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..8b1b5592 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", "~> 8.0" spec.add_development_dependency "solidus_dev_support", "~> 2.0" spec.add_development_dependency "timecop" spec.add_development_dependency "vcr"