I have a feeling daemons 1.1.0 is included as a requirement of something else, are you also committing the lock file? The lock file should also show you what is requiring what.
Steve -- http://cloudmailin.com @cloudmailin Incoming email for your web app On 5 Nov 2010, at 16:45, Kyle Bragger wrote: > Hey all — setting up a vanilla Rails 3 app on the bamboo 1.9.2 stack > and getting the following: > > You have already activated daemons 1.1.0, but your Gemfile > requires daemons 1.0.10. Consider using bundle exec. > > Maybe I'm missing something obvious, but if the gemfile specifies the > daemons version, why would Heroku barf? > > Thanks for the help! > > Here is my Gemfile: > > source 'http://rubygems.org' > > gem 'rails', '3.0.1' > > # Bundle edge Rails instead: > # gem 'rails', :git => 'git://github.com/rails/rails.git' > > gem 'pg' > gem 'devise' > gem 'paperclip' > > gem 'daemons', '1.0.10' > > group :development do > #gem 'test-unit' > #gem 'redgreen' > gem 'mongrel' > gem 'heroku_san' > end > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
