can't find eventmachine 0.9.0.1

my site works in development but in production i get this error that it doesn't find eventmachine 0.9.0.1 (eventmachine 1.2.7 is installed) i dunno if it's rspec or rgenerator or what gem is trying to depend on eventmachine 0.9.0.1

Search for eventmachine in Gemfile and Gemfile.lock

Colin

> > my site works in development but in production i get this error that it doesn't find eventmachine 0.9.0.1 (eventmachine 1.2.7 is installed) i dunno if it's rspec or rgenerator or what gem is trying to depend on eventmachine 0.9.0.1

Search for eventmachine in Gemfile and Gemfile.lock

Also I presume that you have run bundle install on your production system

Colin

Yes I did bundle and searched Gemfile and Gemfile.lock No occurrences of eventmachine Sorry I put the wrong version number it was 1.0.9.1 rails is asking for and I deleted op before I noticed your reply Can we please continue on my new corrected op

I got it working after bundle update Thanks