Skip to content

Commit

Permalink
Relaxes rubocop-ast dependency locking
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilCoggins committed Oct 20, 2020
1 parent a8764a8 commit 4e1959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
}

spec.add_runtime_dependency 'rubocop', '~> 0.87'
spec.add_runtime_dependency 'rubocop-ast', '~> 0.7.1'
spec.add_runtime_dependency 'rubocop-ast', '~> 0.7'

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

0 comments on commit 4e1959b

Please sign in to comment.