Closed obahareth closed 2 years ago
Just to note that this is currently breaking Ruby on Rails's Ruby version requirement.
Rails 5.2 requires Ruby >= 2.2.2 but with this issue you're unable to run it unless you upgrade to Ruby 2.6.
Please see my comment at https://github.com/rails/rails/issues/45008#issuecomment-1115251830
@flavorjones's linked comment helped me resolve the issue.
The current Nokogiri version required is making installing Rails 5.2 on Ruby 2.5 fail because it's grabbing Nokogiri 1.13, and that requires Ruby versions >= 2.6