Skip to content

Commit

Permalink
Add explicit dependency on rubocop-ast >= 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Nov 5, 2020
1 parent 0c9cc1d commit f4b3785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rubocop-rspec.gemspec
Expand Up @@ -37,6 +37,7 @@ Gem::Specification.new do |spec|
}

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

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

0 comments on commit f4b3785

Please sign in to comment.