Skip to content

Commit

Permalink
Drop support for RuboCop 0.81 or lower
Browse files Browse the repository at this point in the history
Follow up to rubocop/rubocop-performance#111.

This PR prepares to use RuboCop's new development API.
  • Loading branch information
koic committed Jun 12, 2020
1 parent 5ff2c0b commit 76094dc
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 @@ -2,6 +2,10 @@

## master (unreleased)

### Changes

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

## 0.9.0 (2020-04-13)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion rubocop-minitest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'rubocop', '>= 0.74'
spec.add_runtime_dependency 'rubocop', '>= 0.82'
spec.add_development_dependency 'minitest', '~> 5.11'
end

0 comments on commit 76094dc

Please sign in to comment.