Skip to content

Commit

Permalink
Bump minimum RuboCop dependency to fix DSL merging
Browse files Browse the repository at this point in the history
fixes #1126

Related fix in RuboCop rubocop/rubocop#9952
  • Loading branch information
pirj committed Aug 12, 2021
1 parent fe60c94 commit 62f54de
Showing 1 changed file with 1 addition and 2 deletions.
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 62f54de

Please sign in to comment.