Skip to content

Commit

Permalink
Bump minimum parser version
Browse files Browse the repository at this point in the history
This is the first version which includes the fix (whitequark/parser#924) to a performance issue (whitequark/parser#918) first introduced in 3.0.3.0 (whitequark/parser@547d731)

Fixes #407
  • Loading branch information
glebm authored Apr 25, 2023
1 parent 1074580 commit 810aefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n-tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
s.add_dependency 'erubi'
s.add_dependency 'highline', '>= 2.0.0'
s.add_dependency 'i18n'
s.add_dependency 'parser', '>= 2.2.3.0'
s.add_dependency 'parser', '>= 3.2.2.1'
s.add_dependency 'rails-i18n'
s.add_dependency 'rainbow', '>= 2.2.2', '< 4.0'
s.add_dependency 'terminal-table', '>= 1.5.1'
Expand Down

0 comments on commit 810aefc

Please sign in to comment.