ammar / regexp_parser

A regular expression parser library for Ruby
MIT License
143 stars 22 forks source link

Ruby 2.4.3 raising errors #48

Closed aselder closed 6 years ago

aselder commented 6 years ago

Similar to https://github.com/ammar/regexp_parser/issues/41,

we're getting errors running under Ruby 2.4.3:

Unknown syntax name 'ruby/2.4.3'. Forgot to add it to Regexp::Syntax::VERSIONS?

jaynetics commented 6 years ago

Hi @aselder

thanks for bringing this up!

I've just released version 0.4.8 with support for the latest Rubies.

Cheers Janosch