You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
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
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?
The text was updated successfully, but these errors were encountered: