Skip to content

Commit a7d0605

Browse files
authored
Merge pull request #258 from koic/drop_support_rubocop_for_0_81_or_lower
Drop support for RuboCop 0.81 or lower
2 parents 7f89958 + e1f43a9 commit a7d0605

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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

rubocop-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
3939
end

0 commit comments

Comments
 (0)