v6.0.0
heroku/ruby
Changed
- Gem install behavior and configuration (#402)
- Gem install path is now configured with
GEM_HOME
andGEM_PATH
instead ofBUNDLE_PATH
. - Cleaning gems is now accomplished via running
bundle clean --force
. Previously it was accomplished by settingBUNDLE_CLEAN=1
. - The
BUNDLE_DEPLOYMENT=1
environment variable is changed toBUNDLE_FROZEN=1
. - The
BUNDLE_BIN
environment variable is no longer set.
- Gem install path is now configured with