We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9cc1d commit f4b3785Copy full SHA for f4b3785
rubocop-rspec.gemspec
@@ -37,6 +37,7 @@ Gem::Specification.new do |spec|
37
}
38
39
spec.add_runtime_dependency 'rubocop', '~> 1.0'
40
+ spec.add_runtime_dependency 'rubocop-ast', '>= 1.1.0'
41
42
spec.add_development_dependency 'rack'
43
spec.add_development_dependency 'rake'
0 commit comments