summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2016-09-16 00:10:33 +1000
committerColby Swandale <colby@taplaboratories.com>2016-09-16 00:10:33 +1000
commitc71a980a4a54f8693ed29de46122e5c403cd0826 (patch)
tree936cfe8009ec398e26b416756d52fab33ef7e63a
parentfdbc4b010499b922f34d598846e8a3656cd3048b (diff)
downloadbundler-c71a980a4a54f8693ed29de46122e5c403cd0826.tar.gz
fixed formatting from previous commits
-rw-r--r--ISSUES.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/ISSUES.md b/ISSUES.md
index b1201f588b..69446bab8f 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -11,18 +11,15 @@ Detailed information about each Bundler command, including help with common prob
## Troubleshooting
### Permission denied when installing bundler
+
Certain operating systems such as MacOS and Ubuntu have versions of Ruby that requires evelated privileges to install gems.
-```
-ERROR: While executing gem ... (Gem::FilePermissionError)
- You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
-```
+ ERROR: While executing gem ... (Gem::FilePermissionError)
+ You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
This is typically solved by prepending the command with `sudo`.
-```
-sudo gem install bundler
-```
+ sudo gem install bundler
### Heroku errors