bugsnag / bugsnag-ruby

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

Fix Que tests on Ruby versions < 2.4 #702

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

Our Que tests started failing after the release of Postgres v14 as the PG gem/ActiveRecord were no longer able to authenticate with the server

There doesn't seem to be a combination of dependencies that are compatible with Ruby 2.0-2.3 AND Postgres 14, so I've restricted the Postgres docker image to v13 instead