Skip to content

Commit

Permalink
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 5, 2023
1 parent 6051d88 commit 2920c2c
Showing 1 changed file with 1 addition and 1 deletion.
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 2920c2c

Please sign in to comment.