pixielabs / letsencrypt-rails-heroku

Automatic LetsEncrypt SSL certificates in your Rails app on Heroku.
MIT License
220 stars 33 forks source link

Update scheduler code to always load dependencies #57

Closed cbetta closed 7 years ago

cbetta commented 7 years ago

In Sinatra the dependencies from the Gemfile are not automatically loaded. As a result, the renewal task fails on the scheduler. By prepending bundle exec this is resolved.

Closes #56

jalada commented 7 years ago

Thanks @cbetta, this is a useful clarification :)