diff options
author | Andre Arko <andre@arko.net> | 2010-10-01 22:46:16 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-10-01 22:46:26 -0700 |
commit | d9def760611de84a3f0d8b64c9c6a4c863805214 (patch) | |
tree | ce39513f75d13918fa1042a4897ad87595f93473 /ISSUES.md | |
parent | 4125a427477bb7889fedcd66022f90efdd09c57e (diff) | |
download | bundler-d9def760611de84a3f0d8b64c9c6a4c863805214.tar.gz |
Add rm -rf vendor/cache/ to troubleshooting steps
Closes #723
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Instructions for common Bundler use-cases can be found on the [Bundler documenta After reading the documentation, try these troubleshooting steps: - rm -rf ~/.bundle/ ~/.gem/ .bundle/ Gemfile.lock + rm -rf ~/.bundle/ ~/.gem/ .bundle/ vendor/cache/ Gemfile.lock bundle install ## Reporting unresolved problems |