views:

427

answers:

1

I get this error message from Passenger:

Permission denied - /root/.bundle/ruby/1.8/specifications/activeresource-3.0.0.beta2.gemspec

Does anyone recognize it and can tell me how I can find a solution? I'm really stuck…

The server runs Ubuntu 9.

ps. The problem occured after I ran a deploy in which I'd added to the Gemfil gem "rails", "3.0.0.beta2" ds.

+1  A: 

Ok! I did a bundle install vendor/gems instead and this seems to have done the trick!

Erik