Skip to content

Commit

Permalink
Bump required rubocop-ast
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed May 13, 2020
1 parent c4955ad commit ee0c2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('parser', '>= 2.7.0.1')
s.add_runtime_dependency('rainbow', '>= 2.2.2', '< 4.0')
s.add_runtime_dependency('rexml')
s.add_runtime_dependency('rubocop-ast', '~> 0.0')
s.add_runtime_dependency('rubocop-ast', '>= 0.0.2')
s.add_runtime_dependency('ruby-progressbar', '~> 1.7')
s.add_runtime_dependency('unicode-display_width', '>= 1.4.0', '< 2.0')

Expand Down

0 comments on commit ee0c2c9

Please sign in to comment.