you can't use rake gems:install to install gems because of the read only filesystem.
You need to use the gem manifest that is documented here: http://docs.heroku.com/gems -- Ricardo On Apr 29, 8:25 pm, Doug B <[email protected]> wrote: > I am getting the following error when trying to install the gattica > gem: > > $ heroku rake gems:install > (in /mnt/home/slugs/3418_1214797_b35b/mnt) > gem install cannikin-gattica --version "= 0.2.0" > --sourcehttp://gems.github.com > > ERROR: While executing gem ... (Errno::EACCES) > Permission denied - /usr/local/lib/ruby/gems/1.8/cache/cannikin- > gattica-0.2.0.gem > > Here's what I have in my environment.rb file: > > config.gem "cannikin-gattica", :version => '0.2.0', :source => > "http://gems.github.com" > > Anyone have any idea of what I am doing wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
