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

Simplify Rack fixture setup #749

Closed imjoehaines closed 1 year ago

imjoehaines commented 1 year ago

Goal

Previously we had two identical apps for running Rack 1 vs Rack 2 — the only difference was the major version in the Gemfile

This PR switches to the same setup we use for Sidekiq, where there is one fixture that dynamically requires a certain version of Rack in its Gemfile