We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c965809 commit 09ecd8fCopy full SHA for 09ecd8f
buildpacks/ruby/CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Changed
11
12
-- Gem install behavior and configuration (https://github.com/heroku/buildpacks-ruby/pull/402)
+- Gem install behavior and configuration ([#402](https://github.com/heroku/buildpacks-ruby/pull/402))
13
- Gem install path is now configured with `GEM_HOME` and `GEM_PATH` instead of `BUNDLE_PATH`.
14
- Cleaning gems is now accomplished via running `bundle clean --force`. Previously it was accomplished by setting `BUNDLE_CLEAN=1`.
15
- The `BUNDLE_DEPLOYMENT=1` environment variable is changed to `BUNDLE_FROZEN=1`.
0 commit comments