Skip to content

Commit

Permalink
Changelog for #914
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Sep 12, 2019
1 parent f90906c commit bfcabd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Master

* Ensure that old binstubs are removed before new ones are generated (https://github.com/heroku/heroku-buildpack-ruby/pull/914)

## v203 (8/20/2019)

* Make sure Rails 6 apps have a `tmp/pids` folder so they can boot (https://github.com/heroku/heroku-buildpack-ruby/pull/909)
Expand Down
5 changes: 5 additions & 0 deletions changelogs/master/clean_binstubs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Ruby buildpack now cleans unused binstubs before install

After a Ruby application's dependencies have been installed via `bundle install` the old dependencies are cleaned up by running `bundle clean`. Recently it was discovered that this does not clean up unused binstubs. To correct this problem the Ruby buildpack now manually cleans up generated binstubs in `vendor/bundler/bin`. Then when `bundle install` is executed, only currently used binstubs will be generated.

[Buildpack PR](https://github.com/heroku/heroku-buildpack-ruby/pull/914) and [Heroku Ruby support](https://devcenter.heroku.com/articles/ruby-support).

0 comments on commit bfcabd6

Please sign in to comment.