Hi, I was trying to deploy a sample rails 3 app.
I follow the rails 3 document. I followed this as well
http://docs.heroku.com/bundler.
I have my Gemfile in the root of the sample app.
I am getting these errors.
-----> Heroku receiving push
-----> Gemfile detected, running Bundler
Unresolved dependencies detected; Installing...
Fetching source index from http://gemcutter.org/
Resolving dependencies
Installing abstract (1.0.0) from system gems
Installing actionmailer (3.0.0.beta) from rubygems repository
at http://gemcutter.org/
Installing actionpack (3.0.0.beta) from rubygems repository at
http://gemcutter.org/
Installing activemodel (3.0.0.beta) from rubygems repository at
http://gemcutter.org/
Installing activerecord (3.0.0.beta) from rubygems repository
at http://gemcutter.org/
Installing activeresource (3.0.0.beta) from rubygems repository
at http://gemcutter.org/
Installing activesupport (3.0.0.beta) from rubygems repository
at http://gemcutter.org/
Installing arel (0.2.1) from rubygems repository at http://gemcutter.org/
Installing builder (2.1.2) from system gems
Installing bundler (0.9.13) from rubygems repository at
http://gemcutter.org/ /usr/local/lib/ruby/site_ruby/1.8/rubygems/
installer.rb:192:in `install': bundler requires RubyGems version >=
1.3.6 (Gem::InstallError)
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/source.rb:42:in `install'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/installer.rb:30:in `run'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/installer.rb:18:in `each'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/installer.rb:18:in `run'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/installer.rb:6:in `install'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/cli.rb:60:in `install'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor/task.rb:33:in `send'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor/task.rb:33:in `run'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor/invocation.rb:109:in `invoke'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor/invocation.rb:116:in `call'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor/invocation.rb:116:in `invoke'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor.rb:137:in `start'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor/base.rb:378:in `start'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/lib/
bundler/vendor/thor.rb:124:in `start'
from /usr/local/lib/ruby/gems/1.8/gems/bundler-0.9.9/bin/
bundle:11
from /usr/local/bin/bundle:19:in `load'
from /usr/local/bin/bundle:19
FAILED: Have you updated to use a 0.9 Gemfile?
http://docs.heroku.com/gems#gem-bundler
Any suggestions?
--
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.