Hacker News new | ask | show | jobs
by splatcollision 4883 days ago
Is this safe if you haven't changed any gems since the last deploy? I have a bugfix that I would like to deploy...
1 comments

Heroku runs bundle install on deploy, so it's not safe until all your gems (and their dependencies in gemfile.lock) are cleared.