Closed flavorjones closed 1 year ago
FYI: If you don't yank v2.21.1
and v2.21.0
, bundler
will still try to upgrade to them from v2.20.x
, for those stuck on nokogiri
< v1.12.0
.
I'm not yanking these versions of the gem, as yanking tends to be more disruptive to the community. Please pin this dependency in your apps if you're on Ruby 2.4 or earlier, or consider upgrading. Apologies for the inconvenience.
Fair enough. But we're on Ruby 2.7. Our OS is unable to upgrade nokogiri
. We'll pin on our end. Thanks for the quick reply.
Closes #266
This PR updates the Nokogiri dependency to
>= 1.12.0
, and the Ruby dependency to>= 2.5.0
(which matches the requirement of Nokogiri 1.12.x).