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

Pin Rails 6 integrations tests to Ruby 3.3.0 #823

Closed imjoehaines closed 2 months ago

imjoehaines commented 2 months ago

Goal

3.3.1 has a bug causing the fixture to fail to start: https://github.com/ruby/ruby/pull/10619

Pinning to 3.3.0 allows CI to succeed and we can unpin when 3.3.2 is available