Skip to content

Commit 76094dc

Browse files
committed
Drop support for RuboCop 0.81 or lower
Follow up to rubocop/rubocop-performance#111. This PR prepares to use RuboCop's new development API.
1 parent 5ff2c0b commit 76094dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
* [#82](https://github.com/rubocop-hq/rubocop-minitest/pull/82): Drop support for RuboCop 0.81 or lower. ([@koic][])
8+
59
## 0.9.0 (2020-04-13)
610

711
### Bug fixes

rubocop-minitest.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
3434
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3535
spec.require_paths = ['lib']
3636

37-
spec.add_runtime_dependency 'rubocop', '>= 0.74'
37+
spec.add_runtime_dependency 'rubocop', '>= 0.82'
3838
spec.add_development_dependency 'minitest', '~> 5.11'
3939
end

0 commit comments

Comments
 (0)