Skip to content

Commit

Permalink
Merge pull request #1181 from rubocop/bump-rubocop
Browse files Browse the repository at this point in the history
Bump minimum RuboCop dependency to fix DSL configuration merging
  • Loading branch information
pirj committed Aug 12, 2021
2 parents fe60c94 + 13b9160 commit 1ada64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@
* Add `RSpec/ExcessiveDocstringSpacing` cop. ([@G-Rath][])
* Add `RSpec/SubjectDeclaration` cop. ([@dswij][])
* Fix excessive whitespace removal in `RSpec/EmptyHook' autocorrection. ([@pirj][])
* Bump RuboCop requirement to v1.19.0. ([@pirj][])

## 2.4.0 (2021-06-09)

Expand Down
3 changes: 1 addition & 2 deletions rubocop-rspec.gemspec
Expand Up @@ -36,8 +36,7 @@ Gem::Specification.new do |spec|
'documentation_uri' => 'https://docs.rubocop.org/rubocop-rspec/'
}

spec.add_runtime_dependency 'rubocop', '~> 1.0'
spec.add_runtime_dependency 'rubocop-ast', '>= 1.1.0'
spec.add_runtime_dependency 'rubocop', '~> 1.19'

spec.add_development_dependency 'rack'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit 1ada64e

Please sign in to comment.