From de05d707d3afc87c79bf5c28d279360b014d2a34 Mon Sep 17 00:00:00 2001 From: Sunny Ripert Date: Fri, 6 Oct 2017 10:20:21 +0200 Subject: Fix bundler update instructions in TROUBLESHOOTING --- doc/TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/TROUBLESHOOTING.md b/doc/TROUBLESHOOTING.md index 6b1f831c70..8bdac2c43c 100644 --- a/doc/TROUBLESHOOTING.md +++ b/doc/TROUBLESHOOTING.md @@ -42,7 +42,7 @@ list](http://bundler.io/compatibility.html), and make sure that the version of B If these instructions don't work, or you can't find any appropriate instructions, you can try these troubleshooting steps: # Update to the latest version of bundler - `gem install bundler` + gem install bundler # Remove user-specific gems and git repos rm -rf ~/.bundle/ ~/.gem/bundler/ ~/.gems/cache/bundler/ -- cgit v1.2.1