heroku_swap_gemfile_buildpack

by fundamerica

README.md

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/fundamerica/heroku_swap_gemfile_buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/fundamerica/heroku_swap_gemfile_buildpack.git -a YOUR_APP_NAME