Skip to content

Commit 89c4857

Browse files
Update rubocop-rails requirement from ~> 2.29.1 to ~> 2.31.0 (#193)
Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.29.1...v2.31.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.31.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jonathan schatz <[email protected]>
1 parent ea73fcd commit 89c4857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudflare-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.add_development_dependency 'rspec-rails', '~> 7.1.1'
2727
spec.add_development_dependency 'rubocop', '~> 1.75.2'
2828
spec.add_development_dependency 'rubocop-performance', '~> 1.23.1'
29-
spec.add_development_dependency 'rubocop-rails', '~> 2.29.1'
29+
spec.add_development_dependency 'rubocop-rails', '~> 2.31.0'
3030
spec.add_development_dependency 'rubocop-rspec', '~> 3.6.0'
3131
spec.add_development_dependency 'webmock', '~> 3.25.0'
3232
spec.add_dependency 'actionpack', '>= 7.1.0', '< 8.1.0'

0 commit comments

Comments
 (0)