Skip to content

Commit

Permalink
Relax regexp_parser requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 2, 2020
1 parent 75e2dae commit 2472e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/change_relax_regexp_parser_requirement.md
@@ -0,0 +1 @@
* [#9102](https://github.com/rubocop-hq/rubocop/pull/9102): Relax regexp_parser requirement. ([@marcandre][])
2 changes: 1 addition & 1 deletion rubocop.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('parallel', '~> 1.10')
s.add_runtime_dependency('parser', '>= 2.7.1.5')
s.add_runtime_dependency('rainbow', '>= 2.2.2', '< 4.0')
s.add_runtime_dependency('regexp_parser', '>= 2.0')
s.add_runtime_dependency('regexp_parser', '>= 1.8', '< 3.0')
s.add_runtime_dependency('rexml')
s.add_runtime_dependency('rubocop-ast', '>= 1.2.0')
s.add_runtime_dependency('ruby-progressbar', '~> 1.7')
Expand Down

0 comments on commit 2472e1c

Please sign in to comment.