Skip to content

Commit

Permalink
Update minimum required RuboCop version
Browse files Browse the repository at this point in the history
0.68.0 ships with the new children matching syntax
(rubocop/rubocop#6965) that might come handy
for some of RSpec cops.
  • Loading branch information
pirj committed Aug 18, 2019
1 parent 265d896 commit 54c1550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
* Fix `RSpec/DescribedClass`'s error when a `described_class` is part of the namespace. ([@pirj][])
* Fix `RSpec/ExampleWording` autocorrect of multi-line docstrings. ([@pirj][])
* Add `RSpec/ContextMethod` cop, to detect method names in `context`. ([@geniou][])
* Update RuboCop dependency to 0.68.1 with support for children matching node pattern syntax. ([@pirj][])

## 1.35.0 (2019-08-02)

Expand Down
2 changes: 1 addition & 1 deletion rubocop-capybara.gemspec
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
'documentation_uri' => 'https://rubocop-rspec.readthedocs.io/'
}

spec.add_runtime_dependency 'rubocop', '>= 0.60.0'
spec.add_runtime_dependency 'rubocop', '>= 0.68.1'

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

0 comments on commit 54c1550

Please sign in to comment.