Skip to content

Instantly share code, notes, and snippets.

@emaillenin
Created September 5, 2015 05:42
Show Gist options
  • Save emaillenin/2ad3569bf537e2bb58a0 to your computer and use it in GitHub Desktop.
Save emaillenin/2ad3569bf537e2bb58a0 to your computer and use it in GitHub Desktop.
Linode: root@emaillenin:~$ sudo su deployer
deployer@emaillenin:/root$ cd /var/www/duggout/current && /usr/local/rvm/bin/rvm 2.2.3@duggout-app do bundle install --binstubs /var/www/duggout/shared/bin --path /var/www/duggout/shared/bundle --without development test --deployment --quiet
Warning, new version of rvm available '1.26.11', you are using older version '1.26.3'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/dependency.rb:298:in `to_specs': Could not find 'bundler' (>= 0) among 13 total gem(s) (Gem::LoadError)
from /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/dependency.rb:309:in `to_spec'
from /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb:53:in `gem'
from /home/deployer/.rvm/gems/ruby-2.1.2@duggout-app/bin/bundle:22:in `<main>'
deployer@emaillenin:/var/www/duggout/current$ gem list
*** LOCAL GEMS ***
bundler (1.7.7)
executable-hooks (1.3.2)
deployer@emaillenin:/var/www/duggout/current$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment