capistrano / rvm

MIT License
140 stars 47 forks source link

rvm 2.2.5 and 2.3.1 rvm version missing #79

Closed u007 closed 8 years ago

u007 commented 8 years ago

ive 3 ruby installed via rvm , etc: 2.2.4, 2.2.5 and 2.3.1 rvm 2.2.5 and above seems to fail

DEBUG [b7778623] Running /usr/local/rvm/bin/rvm 2.2.5 do ruby --version as xxx@www.example.com
 DEBUG [b7778623] Command: ( export RAILS_RELATIVE_URL_ROOT="/shop" ; /usr/local/rvm/bin/rvm 2.2.5 do ruby --version )
 DEBUG [535972cf]   ruby 2.2.5p319 (2016-04-26 revision 54774) [x86_64-linux]
 DEBUG [535972cf] Finished in 0.548 seconds with exit status 0 (successful).
ruby 2.2.5p319 (2016-04-26 revision 54774) [x86_64-linux]
 DEBUG [b7778623]   stdin: is not a tty
 DEBUG [b7778623]   Ruby ruby-2.2.5 is not installed.

working 2.2.4

 DEBUG [ff2ef802] Running /usr/local/rvm/bin/rvm 2.2.4-dev do ruby --version as xxx@www.example.com
 DEBUG [ff2ef802] Command: ( export RAILS_RELATIVE_URL_ROOT="/shop" ; /usr/local/rvm/bin/rvm 2.2.4-dev do ruby --version )
 DEBUG [61a0ba29]   stdin: is not a tty
 DEBUG [61a0ba29]   ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux]
 DEBUG [61a0ba29] Finished in 0.622 seconds with exit status 0 (successful).
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux]
 DEBUG [ff2ef802]   ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux]
 DEBUG [ff2ef802] Finished in 0.762 seconds with exit status 0 (successful).

manual rvm use 2.2.5 or 2.3.1 and run bundle works...

u007 commented 8 years ago

sorry i got mixed up with another server