summaryrefslogtreecommitdiff
path: root/doc/TROUBLESHOOTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TROUBLESHOOTING.md')
-rw-r--r--doc/TROUBLESHOOTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TROUBLESHOOTING.md b/doc/TROUBLESHOOTING.md
index e9187c50cd..36dbfc2967 100644
--- a/doc/TROUBLESHOOTING.md
+++ b/doc/TROUBLESHOOTING.md
@@ -28,7 +28,7 @@ Please open a ticket with [Heroku](https://www.heroku.com) if you're having trou
First, figure out exactly what it is that you're trying to do (see [XY Problem](http://xyproblem.info/)). Then, go to the [Bundler documentation website](http://bundler.io) and see if we have instructions on how to do that.
Second, check [the compatibility
-list](http://bundler.io/compatibility.html), and make sure that the version of Bundler that you are using works with the versions of Ruby and Rubygems that you are using. To see your versions:
+list](http://bundler.io/compatibility.html), and make sure that the version of Bundler that you are using works with the versions of Ruby and RubyGems that you are using. To see your versions:
# Bundler version
bundle -v
@@ -36,7 +36,7 @@ list](http://bundler.io/compatibility.html), and make sure that the version of B
# Ruby version
ruby -v
- # Rubygems version
+ # RubyGems version
gem -v
If these instructions don't work, or you can't find any appropriate instructions, you can try these troubleshooting steps: