whitequark / parser

A Ruby parser.
Other
1.59k stars 199 forks source link

* Bump Racc to 1.7.3 #954

Closed koic closed 1 year ago

koic commented 1 year ago

Racc 1.7.3 has been released and this PR bumps Racc to 1.7.3. https://github.com/ruby/racc/releases/tag/v1.7.3

racc is specified in the gemspec, it might be possible to remove the racc dependency from the Gemfile, although a specific version is still being specified, maintaining previous practices.

iliabylich commented 1 year ago

Thanks.