Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 942
craig Avatar asked Jan 19 '23 21:01

craig


1 Answers

It turns out that what worked for me is

bundle install --path vendor/cache

...which is the answer found here.

like image 128
user664833 Avatar answered Jan 21 '23 11:01

user664833