Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundler: Fix name for git repos in config file
The name of the cached git repository comes from git URL, not from the name declared in the Gemfile. We use `repo_name` property for that in the `GemDependency` class. Reuse the property for the cache path in the bundler config file as well. Signed-off-by: Michal Šoltis <[email protected]>
- Loading branch information