My app was working fine on the 1.9.2 branch, and it still runs fine
locally. But now when I try to deploy to Heroku it crashes with this
error in the log.

You have already activated rack 1.3.0, but your Gemfile requires rack
1.2.3. Consider using bundle exec. (Gem::LoadError)

I briefly had rails 3.1 installed but it's not on my system anymore.
gem list and bundle list show no sign of rack 1.3.0.

But sure enough I do see this in response to an initial push:

remote: -----> Installing gem rack from http://rubygems.org
remote:        Successfully installed rack-1.3.0
remote:        1 gem installed

As well as a lot of other things that aren't in my gemfile.

I thought maybe it was grabbing everything from my local gem list, but
deleting them out doesn't get rid of them.

So where besides gemfile, gemfile.lock (ignored because I'm on
windows, but I've still been checking it) and local gems would a push
to heroku be finding gems to install?  I know it's on my end, and
something about the particular project, because a similar project on
the same dev box is still able to deploy successfully.

Thanks in advance for any leads.

ec

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to