I\'m working on upgrading one of our Rails 2.3.8 apps to Rails 3, and have run into an annoying problem with bundler and deployment. I develop the application on a Windows m
Don't commit Gemfile.lock and your gems to production. You have to run bundler install again in production.
Gemfile.lock
bundler install