From 50e13cd8f43fbeca31b063a1473705b786761f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:47:10 +0000 Subject: [PATCH] Update rspec-rails requirement from ~> 6.0 to ~> 7.1 Updates the requirements on [rspec-rails](https://github.com/rspec/rspec-rails) to permit the latest version. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.0.0...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 7.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- publify_textfilter_code.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publify_textfilter_code.gemspec b/publify_textfilter_code.gemspec index 1436362..56befcb 100644 --- a/publify_textfilter_code.gemspec +++ b/publify_textfilter_code.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_dependency "publify_core", "~> 10.0.0" s.add_development_dependency "appraisal", "~> 2.3" - s.add_development_dependency "rspec-rails", "~> 6.0" + s.add_development_dependency "rspec-rails", "~> 7.1" s.add_development_dependency "rubocop", "~> 1.77.0" s.add_development_dependency "rubocop-performance", "~> 1.25.0" s.add_development_dependency "rubocop-rails", "~> 2.32.0"