您可以在
上看到所有问题如果你继续
部分Activated Ruby gems
你可以看到:
rails => 2.3.5
activesupport => 2.3.5
activerecord => 2.3.5
actionpack => 2.3.5
actionmailer => 2.3.5
activeresource => 2.3.5
但如果我使用gem list
这是完全不同的版本,不知道为什么?
*** LOCAL GEMS ***
actionmailer (4.0.2, 3.2.16)
actionpack (4.0.2)
activemodel (4.0.2, 3.2.16)
activerecord (4.0.2, 3.2.16)
activerecord-deprecated_finders (1.0.3)
activeresource (4.0.0, 3.2.16)
activesupport (4.0.2, 3.2.16)
arel (5.0.0, 4.0.1, 3.0.3)
atomic (1.1.14)
bigdecimal (1.2.5)
builder (3.2.2, 3.1.4, 3.0.0)
bundler (1.5.2)
bundler-unload (1.0.2)
coderay (1.1.0)
daemon_controller (1.1.8)
erubis (2.7.0)
executable-hooks (1.3.1)
gem-wrappers (1.2.4)
答案 0 :(得分:1)
您是否查看过使用RVM和Passenger http://rvm.io/integration/passenger的这些说明。
看起来Passenger正在使用与您期望的不同的Ruby版本运行您的应用程序。