Hi,
I've been trying to get a freshly created Rails 3.0.1 app up on
Heroku. The app works fine locally, but crashes immediately whenever I
push it to Heroku:
{{code}}
$ heroku logs
Could not find activesupport-3.0.1 in any of the sources
Try running `bundle install`.
==> dyno-2863476.log (crash) <==
Could not find activesupport-3.0.1 in any of the sources
Try running `bundle install`.
-----> Your application crashed.
{{code}}
The activesupport gem is in Gemfile.lock, and is present on my local
machine, but is not in Gemfile.
I would much appreciate any insight, especially if I'm missing
something obvious!
Thanks,
Harry
--
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.