File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2323* [ #233 ] ( https://github.com/rubocop-hq/rubocop-rails/pull/233 ) : ** (BREAKING)** Drop support for Ruby 2.3. ([ @koic ] [ ] )
2424* [ #236 ] ( https://github.com/rubocop-hq/rubocop-rails/pull/236 ) : ** (BREAKING)** Drop support for Rails 4.1 or lower. ([ @koic ] [ ] )
2525* [ #210 ] ( https://github.com/rubocop-hq/rubocop-rails/issues/210 ) : Accept ` redirecto_to(...) and return ` and similar cases. ([ @koic ] [ ] )
26+ * [ #258 ] ( https://github.com/rubocop-hq/rubocop-rails/pull/258 ) : Drop support for RuboCop 0.81 or lower. ([ @koic ] [ ] )
2627
2728## 2.5.2 (2020-04-09)
2829
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ Gem::Specification.new do |s|
3535 # Rack::Utils::SYMBOL_TO_STATUS_CODE, which is used by HttpStatus cop, was
3636 # introduced in rack 1.1
3737 s . add_runtime_dependency 'rack' , '>= 1.1'
38- s . add_runtime_dependency 'rubocop' , '>= 0.72 .0'
38+ s . add_runtime_dependency 'rubocop' , '>= 0.82 .0'
3939end
You can’t perform that action at this time.
0 commit comments