Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Not needed with Bundler 1.11.2 #4

Closed
schneems opened this issue Mar 24, 2016 · 1 comment
Closed

Not needed with Bundler 1.11.2 #4

schneems opened this issue Mar 24, 2016 · 1 comment

Comments

@schneems
Copy link

With Bundler 1.11.2 you can set all the values you might want in your environment variables https://devcenter.heroku.com/articles/bundler-configuration.

This buildpack breaks people's builds with the new bundler since it caches the .bundle/config between builds which can include absolute paths even though the path changes on every build. Recently the Ruby buildpack switch to not caching the bundler config, here is the changelog https://devcenter.heroku.com/changelog-items/854

Here is the relevant pr: heroku/heroku-buildpack-ruby#471

Can you update master to not use the cache?

@timolehto
Copy link
Owner

Thanks for the info, sorry for the slow reaction. I've addressed the issue with this:
#5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants