File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* Add ` RSpec/ExcessiveDocstringSpacing ` cop. ([ @G-Rath ] [ ] )
9
9
* Add ` RSpec/SubjectDeclaration ` cop. ([ @dswij ] [ ] )
10
10
* Fix excessive whitespace removal in `RSpec/EmptyHook' autocorrection. ([ @pirj ] [ ] )
11
+ * Bump RuboCop requirement to v1.19.0. ([ @pirj ] [ ] )
11
12
12
13
## 2.4.0 (2021-06-09)
13
14
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ Gem::Specification.new do |spec|
36
36
'documentation_uri' => 'https://docs.rubocop.org/rubocop-rspec/'
37
37
}
38
38
39
- spec . add_runtime_dependency 'rubocop' , '~> 1.0'
40
- spec . add_runtime_dependency 'rubocop-ast' , '>= 1.1.0'
39
+ spec . add_runtime_dependency 'rubocop' , '~> 1.19'
41
40
42
41
spec . add_development_dependency 'rack'
43
42
spec . add_development_dependency 'rake'
You can’t perform that action at this time.
0 commit comments