From fde1dff2c3b179cec116e86f6b98ccf9b0c7dcd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:04:23 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 3.7.0 to ~> 3.9.0 Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.7.0...v3.9.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cloudflare-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare-rails.gemspec b/cloudflare-rails.gemspec index e89f033..7316f85 100644 --- a/cloudflare-rails.gemspec +++ b/cloudflare-rails.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rubocop', '~> 1.81.1' spec.add_development_dependency 'rubocop-performance', '~> 1.26.0' spec.add_development_dependency 'rubocop-rails', '~> 2.33.4' - spec.add_development_dependency 'rubocop-rspec', '~> 3.7.0' + spec.add_development_dependency 'rubocop-rspec', '~> 3.9.0' spec.add_development_dependency 'webmock', '~> 3.25.0' spec.add_dependency 'actionpack', '>= 7.2.0', '< 8.3.0' spec.add_dependency 'activesupport', '>= 7.2.0', '< 8.3.0'