Skip to content

Commit

Permalink
[Fix rubocop#12198] Fix an error for flip-flop with beginless or endl…
Browse files Browse the repository at this point in the history
…ess ranges

Fixes rubocop#12198.

Parser 3.2.2.4 includes whitequark/parser#946.

This PR requires Parser 3.2.2.4+ to fix an error for flip-flop with beginless or endless ranges.
  • Loading branch information
koic committed Oct 4, 2023
1 parent 8bc658e commit 0279dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* [#12198](https://github.com/rubocop/rubocop/issues/12198): Fix an error for flip-flop with beginless or endless ranges. ([@koic][])
2 changes: 1 addition & 1 deletion rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('json', '~> 2.3')
s.add_runtime_dependency('language_server-protocol', '>= 3.17.0')
s.add_runtime_dependency('parallel', '~> 1.10')
s.add_runtime_dependency('parser', '>= 3.2.2.3')
s.add_runtime_dependency('parser', '>= 3.2.2.4')
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 0279dcb

Please sign in to comment.