Skip to content

Commit fa13f6c

Browse files
committed
Bump minimum RuboCop dependency to fix DSL merging
fixes #1126 Related fix in RuboCop rubocop/rubocop#9952
1 parent 156dded commit fa13f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Add `RSpec/ExcessiveDocstringSpacing` cop. ([@G-Rath][])
99
* Add `RSpec/SubjectDeclaration` cop. ([@dswij][])
1010
* Fix excessive whitespace removal in `RSpec/EmptyHook' autocorrection. ([@pirj][])
11+
* Bump RuboCop requirement to v1.19.0. ([@pirj][])
1112

1213
## 2.4.0 (2021-06-09)
1314

rubocop-rspec_rails.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ Gem::Specification.new do |spec|
3636
'documentation_uri' => 'https://docs.rubocop.org/rubocop-rspec/'
3737
}
3838

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'
4140

4241
spec.add_development_dependency 'rack'
4342
spec.add_development_dependency 'rake'

0 commit comments

Comments
 (0)