Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate adding Bundler buildpack to configuration #48

Open
nwalberts opened this issue Feb 4, 2019 · 0 comments
Open

Investigate adding Bundler buildpack to configuration #48

nwalberts opened this issue Feb 4, 2019 · 0 comments

Comments

@nwalberts
Copy link
Contributor

Currently, when a developer deploys to Heroku, they will get an error:
You must use Bundler 2 or greater with this lockfile.

This can be solved by running heroku buildpacks:set https://github.com/bundler/heroku-buildpack-bundler2 in their project directory.

Investigation: there may be a way that we can set the correct buildpack for Bundler v2 from make_it_so (perhaps in the Procfile?). That way developers dont need to worry about that item for deployment to production.

Similar Issue on SO:
https://stackoverflow.com/questions/53759343/cant-git-push-heroku-master-after-i-tried-to-change-one-heroku-domain-to-another

Heroku Buildpack Bundler 2
https://github.com/bundler/heroku-buildpack-bundler2

@CassandraNewell CassandraNewell self-assigned this Aug 2, 2019
@CassandraNewell CassandraNewell removed their assignment Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants