Skip to content

Commit

Permalink
[Fix rubocop#10773] Update parser gem to >= 3.1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandersluis committed Aug 8, 2022
1 parent de683c5 commit 2ace9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/change_update_parser_gem_to_3121.md
@@ -0,0 +1 @@
* [#10773](https://github.com/rubocop/rubocop/issues/10773): Require Parser 3.1.2.1 or higher. ([@dvandersluis][])
2 changes: 1 addition & 1 deletion rubocop.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency('json', '~> 2.3')
s.add_runtime_dependency('parallel', '~> 1.10')
s.add_runtime_dependency('parser', '>= 3.1.0.0')
s.add_runtime_dependency('parser', '>= 3.1.2.1')
s.add_runtime_dependency('rainbow', '>= 2.2.2', '< 4.0')
s.add_runtime_dependency('regexp_parser', '>= 1.8', '< 3.0')
s.add_runtime_dependency('rexml', '>= 3.2.5', '< 4.0')
Expand Down

0 comments on commit 2ace9ef

Please sign in to comment.