Skip to content

Commit 6e81fb1

Browse files
Update rubocop-rspec requirement from ~> 3.6.0 to ~> 3.7.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](rubocop/rubocop-rspec@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05a5dbb commit 6e81fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudflare-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.add_development_dependency 'rubocop', '~> 1.75.2'
2828
spec.add_development_dependency 'rubocop-performance', '~> 1.25.0'
2929
spec.add_development_dependency 'rubocop-rails', '~> 2.31.0'
30-
spec.add_development_dependency 'rubocop-rspec', '~> 3.6.0'
30+
spec.add_development_dependency 'rubocop-rspec', '~> 3.7.0'
3131
spec.add_development_dependency 'webmock', '~> 3.25.0'
3232
spec.add_dependency 'actionpack', '>= 7.1.0', '< 8.2.0'
3333
spec.add_dependency 'activesupport', '>= 7.1.0', '< 8.2.0'

0 commit comments

Comments
 (0)