Skip to content

Commit

Permalink
Require RuboCop 0.87 or higher
Browse files Browse the repository at this point in the history
RuboCop Minitest requires RuboCop 0.87 or higher due to
use the new Autocorrection API.
rubocop/rubocop#7868
  • Loading branch information
koic committed Jul 11, 2020
1 parent 530b9f1 commit ee73777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

### Changes

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

## 0.9.0 (2020-04-13)

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.82'
spec.add_runtime_dependency 'rubocop', '>= 0.87'
spec.add_development_dependency 'minitest', '~> 5.11'
end

0 comments on commit ee73777

Please sign in to comment.