Skip to content

Commit

Permalink
Limit RuboCop dependency to be < 1.0
Browse files Browse the repository at this point in the history
RuboCop 1.0 might come with breaking API changes rubocop/rubocop#8278

Limit pre-2.0 RuboCop RSpec versions to RuboCop >= 0.87, < 1.0
  • Loading branch information
pirj committed Aug 2, 2020
1 parent dbdb751 commit 2712de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-capybara.gemspec
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
'documentation_uri' => 'https://rubocop-rspec.readthedocs.io/'
}

spec.add_runtime_dependency 'rubocop', '>= 0.87.0'
spec.add_runtime_dependency 'rubocop', '~> 0.87'

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

0 comments on commit 2712de9

Please sign in to comment.