Skip to content

Instantly share code, notes, and snippets.

@kernow
Last active December 25, 2015 20:59
Show Gist options
  • Save kernow/7039244 to your computer and use it in GitHub Desktop.
Save kernow/7039244 to your computer and use it in GitHub Desktop.
rvm mixed mode error on deploy
INFO [64147baa] Running /usr/local/rvm/bin/rvm 1.9.3 --install do bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021140106/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test on rubytest.media72.net
DEBUG [64147baa] Command: cd /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021140106 && /usr/local/rvm/bin/rvm 1.9.3 --install do bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021140106/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test
DEBUG [64147baa] /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [] (Gem::LoadError)
DEBUG [64147baa] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:256:in `to_spec'
DEBUG [64147baa] from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1231:in `gem'
DEBUG [64147baa] from /usr/local/bin/bundle:22
INFO [1fc54a77] Running /usr/local/rvm/bin/rvm 1.9.3 --install do bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021151208/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test on rubytest.media72.net
DEBUG [1fc54a77] Command: cd /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021151208 && /usr/local/rvm/bin/rvm 1.9.3 --install do bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021151208/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test
DEBUG [1fc54a77] /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [] (Gem::LoadError)
DEBUG [1fc54a77] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:256:in `to_spec'
DEBUG [1fc54a77] from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1231:in `gem'
DEBUG [1fc54a77] from /usr/local/bin/bundle:22
INFO [e012682f] Running /usr/local/rvm/bin/rvm 1.9.3 do bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021133926/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test on rubytest.media72.net
DEBUG [e012682f] Command: cd /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021133926 && /usr/local/rvm/bin/rvm 1.9.3 do bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131021133926/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test
DEBUG [e012682f] /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [] (Gem::LoadError)
DEBUG [e012682f] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:256:in `to_spec'
DEBUG [e012682f] from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1231:in `gem'
DEBUG [e012682f] from /usr/local/bin/bundle:22
INFO [cab2a825] Running ~/.rvm/bin/rails-3.2-ruby-1.9_bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131012214200/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test on rubytest.media72.net
DEBUG [cab2a825] Command: cd /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131012214200 && ~/.rvm/bin/rails-3.2-ruby-1.9_bundle --gemfile /home/rubytest/rails_applications/rails-3.2-ruby-1.9/releases/20131012214200/Gemfile --path /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bundle --deployment --quiet --binstubs /home/rubytest/rails_applications/rails-3.2-ruby-1.9/shared/bin --without development test
DEBUG [cab2a825] /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs'
DEBUG [cab2a825] :
DEBUG [cab2a825] Could not find bundler (>= 0) amongst []
DEBUG [cab2a825] (
DEBUG [cab2a825] Gem::LoadError
DEBUG [cab2a825] )
DEBUG [cab2a825] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:256:in `to_spec'
DEBUG [cab2a825] from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1231:in `gem'
DEBUG [cab2a825] from /usr/local/bin/bundle:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment