Skip to content

Commit 3d153a3

Browse files
Update shoulda-matchers requirement from ~> 4.4 to ~> 6.4
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](thoughtbot/shoulda-matchers@v4.4.0...v6.4.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d6be7a commit 3d153a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidus_subscriptions.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
3737
spec.add_dependency 'state_machines'
3838

3939
spec.add_development_dependency 'rspec-activemodel-mocks'
40-
spec.add_development_dependency 'shoulda-matchers', '~> 4.4'
40+
spec.add_development_dependency 'shoulda-matchers', '~> 6.4'
4141
spec.add_development_dependency 'solidus_dev_support', '~> 2.0'
4242
spec.add_development_dependency 'timecop'
4343
spec.add_development_dependency 'vcr'

0 commit comments

Comments
 (0)