ruby / racc

Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
Other
535 stars 88 forks source link

Update development dependency to avoid ruby 2.5 failures #228

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

rake-compiler v1.2.4 broke ruby 2.5 compatibility

See https://github.com/rake-compiler/rake-compiler/issues/224

Fixes broken CI, see https://github.com/ruby/racc/actions/runs/5736303218/job/15545626178#step:4:27 for example