We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137dc91 commit 5e8e32fCopy full SHA for 5e8e32f
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+* Update RuboCop dependency to v1.0.0. ([@bquorning][])
6
+
7
## 1.44.1 (2020-10-20)
8
9
* Relax `rubocop-ast` version constraint. ([@PhilCoggins][])
rubocop-rspec.gemspec
@@ -36,8 +36,7 @@ Gem::Specification.new do |spec|
36
'documentation_uri' => 'https://docs.rubocop.org/rubocop-rspec/'
37
}
38
39
- spec.add_runtime_dependency 'rubocop', '~> 0.87'
40
- spec.add_runtime_dependency 'rubocop-ast', '>= 0.7.1'
+ spec.add_runtime_dependency 'rubocop', '~> 1.0'
41
42
spec.add_development_dependency 'rack'
43
spec.add_development_dependency 'rake'
0 commit comments