Open Pasta opened 14 years ago
It sounds like your integrity heroku app doesn't have the rails 2.3.8 gem installed. You need to list all of the gems for all of the projects that integrity builds in your gems manifest.
See my .gems file for an example.
Hi, I tried tu use you integrity deployment solution, and it works fine. Thanks for such easyness.
Still, I have a problem, when building: Missing the Rails 2.3.8 gem. Please
gem install -v=2.3.8 rails
, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.But actually, our application is running on heroku already, so this gem shouldn't be a problem. Any ideas?