From c71a980a4a54f8693ed29de46122e5c403cd0826 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Fri, 16 Sep 2016 00:10:33 +1000 Subject: fixed formatting from previous commits --- ISSUES.md | 11 ++++------- 1 file 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 -- cgit v1.2.1