Skip to content

Commit

Permalink
Merge pull request #138 from koic/drop_support_rubocop_for_0_81_or_lower
Browse files Browse the repository at this point in the history
Drop support for RuboCop 0.81 or lower
  • Loading branch information
koic committed Jun 10, 2020
2 parents ddd44a0 + 239dd17 commit 184668f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
* [#123](https://github.com/rubocop-hq/rubocop-performance/pull/123): Add new `Performance/AncestorsInclude` cop. ([@fatkodima][])
* [#125](https://github.com/rubocop-hq/rubocop-performance/pull/125): Support `Range#member?` method for `Performance/RangeInclude` cop. ([@fatkodima][])

### Changes

* [#138](https://github.com/rubocop-hq/rubocop-performance/pull/138): Drop support for RuboCop 0.81 or lower. ([@koic][])

## 1.6.1 (2020-06-05)

### New features
Expand Down
2 changes: 1 addition & 1 deletion rubocop-performance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |s|
'bug_tracker_uri' => 'https://github.com/rubocop-hq/rubocop-performance/issues'
}

s.add_runtime_dependency('rubocop', '>= 0.71.0')
s.add_runtime_dependency('rubocop', '>= 0.82.0')
s.add_development_dependency('simplecov')
end

0 comments on commit 184668f

Please sign in to comment.