Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

bundle package does not remove cached gems when Gemfile points to git #707

Closed
dchelimsky opened this issue Sep 22, 2010 · 2 comments
Closed

Comments

@dchelimsky
Copy link

When one changes a version in a Gemfile and runs bundle package, the old version is removed from vendor/cache and the new version is added.

When one changes a gem declaration to point to a git repository, the old gem version is not removed from vendor/cache.

I think that, in the latter case, the old version should be removed from vendor/cache.

@hone
Copy link
Contributor

hone commented Nov 10, 2010

Closed by d001d49. bundle package removes .gem when source is changed to git

@hone
Copy link
Contributor

hone commented Nov 10, 2010

This will be released in 1.0.4. See d001d49

joevandyk pushed a commit to joevandyk/bundler that referenced this issue May 16, 2011
This issue was closed.
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