We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ab72e commit bd166f6Copy full SHA for bd166f6
rubocop-rails.gemspec
@@ -31,7 +31,9 @@ Gem::Specification.new do |s|
31
'bug_tracker_uri' => 'https://github.com/rubocop-hq/rubocop-rails/issues'
32
}
33
34
- s.add_runtime_dependency 'rack', '>= 2.0'
+ # Rack::Utils::SYMBOL_TO_STATUS_CODE, which is used by HttpStatus cop, was
35
+ # introduced in rack 1.1
36
+ s.add_runtime_dependency 'rack', '>= 1.1'
37
s.add_runtime_dependency 'rubocop', '>= 0.70.0'
38
end
39
# rubocop:enable Metrics/BlockLength
0 commit comments