summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSunny Ripert <sunny@sunfox.org>2017-10-06 10:20:21 +0200
committerGitHub <noreply@github.com>2017-10-06 10:20:21 +0200
commitde05d707d3afc87c79bf5c28d279360b014d2a34 (patch)
treed00d814bde61f28578b661bb9bfddbb0c0486061 /doc
parentdf1f8859229891c846d2fe849193907317027fd3 (diff)
downloadbundler-de05d707d3afc87c79bf5c28d279360b014d2a34.tar.gz
Fix bundler update instructions in TROUBLESHOOTING
Diffstat (limited to 'doc')
-rw-r--r--doc/TROUBLESHOOTING.md2
1 files changed, 1 insertions, 1 deletions
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/