From 825ee1ef5ae4f8e9af29971b93867da3cce26d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:04:57 +0000 Subject: [PATCH] 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](https://github.com/thoughtbot/shoulda-matchers/compare/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] --- publify_core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publify_core.gemspec b/publify_core.gemspec index a8bd0153..16903763 100644 --- a/publify_core.gemspec +++ b/publify_core.gemspec @@ -65,7 +65,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rubocop-rails", "~> 2.34.3" s.add_development_dependency "rubocop-rspec", "~> 3.7.0" s.add_development_dependency "rubocop-rspec_rails", "~> 2.32.0" - s.add_development_dependency "shoulda-matchers", "~> 6.0" + s.add_development_dependency "shoulda-matchers", "~> 7.0" s.add_development_dependency "simplecov", "~> 0.22.0" s.add_development_dependency "sqlite3", "~> 1.6" s.add_development_dependency "timecop", "~> 0.9.1"