From cb86985aad56784b612bfdcfde0e9e8a048ba215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:36:08 +0000 Subject: [PATCH] Update shoulda-matchers requirement from ~> 4.4 to ~> 6.2 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/v4.4.0...v6.2.0) --- updated-dependencies: - dependency-name: shoulda-matchers 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 47e3f9cd..220386dc 100644 --- a/solidus_subscriptions.gemspec +++ b/solidus_subscriptions.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'state_machines' spec.add_development_dependency 'rspec-activemodel-mocks' - spec.add_development_dependency 'shoulda-matchers', '~> 4.4' + spec.add_development_dependency 'shoulda-matchers', '~> 6.2' spec.add_development_dependency 'solidus_dev_support', '~> 2.0' spec.add_development_dependency 'timecop' spec.add_development_dependency 'vcr'