We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff2c0b commit 76094dcCopy full SHA for 76094dc
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+### Changes
6
+
7
+* [#82](https://github.com/rubocop-hq/rubocop-minitest/pull/82): Drop support for RuboCop 0.81 or lower. ([@koic][])
8
9
## 0.9.0 (2020-04-13)
10
11
### Bug fixes
rubocop-minitest.gemspec
@@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
34
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
spec.require_paths = ['lib']
36
37
- spec.add_runtime_dependency 'rubocop', '>= 0.74'
+ spec.add_runtime_dependency 'rubocop', '>= 0.82'
38
spec.add_development_dependency 'minitest', '~> 5.11'
39
end
0 commit comments