Capistrano 3部署了错误的ruby版本

时间:2015-05-14 22:33:19

标签: ruby-on-rails ruby unicorn capistrano3

在我的生产机器上

rbenv versions
system
* 2.2.2 (set by /Users/smi/.rbenv/version)

which unicorn
/Users/smi/.rbenv/shims/unicorn

ruby -v
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin12.0]

在我的服务器上(我无法理解为什么unicorn在部署后获得 ruby​​版本2.2.0 以及从哪里来,因为没有安装在我的任何机器上):

rbenv versions
* 2.2.2 (set by /home/deployuser/.rbenv/version)

bundle exec which unicorn
/var/www/foreignernetwork/shared/bundle/ruby/2.2.0/bin/unicorn

.rbenv /版本

2.2.2

1 个答案:

答案 0 :(得分:2)

没有获得不同版本的Ruby。你正在运行2.2.2,但Bundler只使用2.2.0目录来存储捆绑的宝石,箱子等。