stripe-contrib / pagerbot

Manage Pagerduty on-call schedules from within your internal chat channels.
https://stripe.com/blog/pagerbot
MIT License
277 stars 90 forks source link

Current build configuration causes segfaults on latest heroku stack (heroku-18). #68

Open zerkz opened 6 years ago

zerkz commented 6 years ago

Used deploy to Heroku, saw segfaults in my logs. Deeper inspection showed an older version of the activesupport package causing it.

This was my solution: PR https://github.com/stripe-contrib/pagerbot/pull/67