bugsnag / bugsnag-ruby

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
https://docs.bugsnag.com/platforms/ruby
MIT License
246 stars 174 forks source link

Bump Nokogiri version used in fixtures to fix CI #756

Closed imjoehaines closed 1 year ago

imjoehaines commented 1 year ago

Goal

I'm not sure why this suddenly broke, but the super old Nokogiri version used in our fixtures no longer installs on Ruby 2.7, 3.0 & 3.1

This PR updates the version to fix CI