From 8fc3aa755e9402578612eb37c0f2718907e38667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:45:35 +0000 Subject: [PATCH] chore(deps-dev): update shoulda-matchers requirement from ~> 7.0 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/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 8.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- alchemy_cms.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alchemy_cms.gemspec b/alchemy_cms.gemspec index bbbd517744..02a9f15b2c 100644 --- a/alchemy_cms.gemspec +++ b/alchemy_cms.gemspec @@ -69,7 +69,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency "simplecov", ["~> 0.20"] gem.add_development_dependency "selenium-webdriver", ["~> 4.10"] gem.add_development_dependency "webmock", ["~> 3.3"] - gem.add_development_dependency "shoulda-matchers", "~> 7.0" + gem.add_development_dependency "shoulda-matchers", "~> 8.0" gem.add_development_dependency "db-query-matchers", "~> 0.12" gem.add_development_dependency "timecop", ["~> 0.9"]