Skip to content

Commit

Permalink
Merge pull request #10888 from dvandersluis/issue/10773
Browse files Browse the repository at this point in the history
[Fix #10773] Update `parser` gem to >= 3.1.2.1
  • Loading branch information
koic committed Aug 9, 2022
2 parents de683c5 + 2ace9ef commit f304479
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 f304479

Please sign in to comment.