Skip to content

Commit

Permalink
Require Rubocop >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 21, 2020
1 parent 137dc91 commit 5e8e32f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

* Update RuboCop dependency to v1.0.0. ([@bquorning][])

## 1.44.1 (2020-10-20)

* Relax `rubocop-ast` version constraint. ([@PhilCoggins][])
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', '~> 0.87'
spec.add_runtime_dependency 'rubocop-ast', '>= 0.7.1'
spec.add_runtime_dependency 'rubocop', '~> 1.0'

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

0 comments on commit 5e8e32f

Please sign in to comment.