premailer / css_parser

Ruby CSS Parser
Other
279 stars 110 forks source link

Move Regexp::new 3rd argument into 2nd #134

Closed jacquesn closed 1 year ago

jacquesn commented 1 year ago

Closes #133

Use of the third argument for Regexp::new is deprecated in Ruby 3.2.0.

grosser commented 1 year ago

FYI 3 tests are failing on 3.2 ... nothing too big, but there might be some trouble https://github.com/premailer/css_parser/pull/135

grosser commented 1 year ago

1.13.0