From d9def760611de84a3f0d8b64c9c6a4c863805214 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Fri, 1 Oct 2010 22:46:16 -0700 Subject: Add rm -rf vendor/cache/ to troubleshooting steps Closes #723 --- ISSUES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ISSUES.md') diff --git a/ISSUES.md b/ISSUES.md index da8ada72..9e8f4ad2 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -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 -- cgit v1.2.3