bugsnag / bugsnag-ruby

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

Fix concurrent-ruby version on Rubies < 2.2 #730

Closed imjoehaines closed 2 years ago

imjoehaines commented 2 years ago

Goal

concurrent-ruby v1.1.10 requires Ruby 2.2, so on older Ruby versions we have to pin to an earlier version

There are currently other issues with CI which will be fixed in separate PRs