Skip to content

Commit

Permalink
[Fix rubocop#1143] Update rubocop-rails.gemspec
Browse files Browse the repository at this point in the history
Update minimum required rubocop version since 2.21.2 (rubocop#1143)
  • Loading branch information
Zarthus committed Oct 9, 2023
1 parent 6051d88 commit 929fe19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/fix_required_minimum_rubocop_version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* [#1143](https://github.com/rubocop/rubocop-rails/issues/1143): Fix crash by bumping minimum required rubocop version from 1.33 to 1.52. ([@zarthus][])
2 changes: 1 addition & 1 deletion rubocop-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |s|
# Rack::Utils::SYMBOL_TO_STATUS_CODE, which is used by HttpStatus cop, was
# introduced in rack 1.1
s.add_runtime_dependency 'rack', '>= 1.1'
s.add_runtime_dependency 'rubocop', '>= 1.33.0', '< 2.0'
s.add_runtime_dependency 'rubocop', '>= 1.52.0', '< 2.0'
end

0 comments on commit 929fe19

Please sign in to comment.