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

Not needed with Bundler 1.11.2 #4

@schneems

Description

@schneems

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions