Trying to install Ruby Gems (actually sinatra) on iMac- Get these error messages
ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /Library/Ruby/Gems/1.8 directory rubygems-2.1.11 mark$ gem install sinatra rubygems-2.1.11 mark$ ruby setup.rb ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Library/Ruby/Site/1.8/gauntlet_rubygems.rb Any easy solutions?
Thanks!!