Reputation: 65
System: Ubuntu, Rails 3.0.10, Apache, Passenger
Why does passenger give me this error message when:
bundle update: 'Using Rack (1.2.3)
and bunble show rack: /home/tonic/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.2.3
Any ideas, would be much appreciated.
Upvotes: 4
Views: 2891
Reputation: 19505
It turns out that what worked for me is
bundle install --path vendor/cache
...which is the answer found here.
Upvotes: 9