From @xaviershay on August 7, 2013 2:44
Using git for large gems is slow to clone and uses a lot of disk space. Moved from rubygems/bundler#228
Approaches discussed include:
- Using a shallow clone (
--depth 1). Doesn't work for fetching specific refs, which happens when loading from a Gemfile.lock, even if you don't specify the ref option in your Gemfile.
- Solving the problem elsewhere (such as by excluding the git directory when compiling a slug for heroku).
Copied from original issue: rubygems/bundler-features#1
From @xaviershay on August 7, 2013 2:44
Using git for large gems is slow to clone and uses a lot of disk space. Moved from rubygems/bundler#228
Approaches discussed include:
--depth 1). Doesn't work for fetching specific refs, which happens when loading from aGemfile.lock, even if you don't specify therefoption in yourGemfile.Copied from original issue: rubygems/bundler-features#1