Skip to content

Commit

Permalink
Limit rubocop-ast to pre 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre authored and bbatsov committed Jun 8, 2020
1 parent 19da6d9 commit 9e25b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop.gemspec
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('rainbow', '>= 2.2.2', '< 4.0')
s.add_runtime_dependency('regexp_parser', '>= 1.7')
s.add_runtime_dependency('rexml')
s.add_runtime_dependency('rubocop-ast', '>= 0.0.3')
s.add_runtime_dependency('rubocop-ast', '>= 0.0.3', '< 1.0')
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 9e25b30

Please sign in to comment.