craig
craig

Reputation: 65

Could not find rack-1.2.3 in any of the sources (Bundler::GemNotFound)

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

Answers (1)

user664833
user664833

Reputation: 19505

It turns out that what worked for me is

bundle install --path vendor/cache

...which is the answer found here.

Upvotes: 9

Related Questions