Skip to content

v6.0.0

Compare
Choose a tag to compare
@heroku-linguist heroku-linguist released this 12 Mar 16:11
· 7 commits to main since this release
8a3ef48

heroku/ruby

Changed

  • Gem install behavior and configuration (#402)
    • Gem install path is now configured with GEM_HOME and GEM_PATH instead of BUNDLE_PATH.
    • Cleaning gems is now accomplished via running bundle clean --force. Previously it was accomplished by setting BUNDLE_CLEAN=1.
    • The BUNDLE_DEPLOYMENT=1 environment variable is changed to BUNDLE_FROZEN=1.
    • The BUNDLE_BIN environment variable is no longer set.