Skip to content

Commit 9f6ae34

Browse files
Update shoulda-matchers requirement from ~> 6.0 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](thoughtbot/shoulda-matchers@v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b31801 commit 9f6ae34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alchemy_cms.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Gem::Specification.new do |gem|
6969
gem.add_development_dependency "simplecov", ["~> 0.20"]
7070
gem.add_development_dependency "selenium-webdriver", ["~> 4.10"]
7171
gem.add_development_dependency "webmock", ["~> 3.3"]
72-
gem.add_development_dependency "shoulda-matchers", ["~> 6.0"]
72+
gem.add_development_dependency "shoulda-matchers", "~> 7.0"
7373
gem.add_development_dependency "timecop", ["~> 0.9"]
7474

7575
gem.post_install_message = <<~MSG

0 commit comments

Comments
 (0)