0

激しいランニングをしようとしています..

source_indexenv RAILS_ENV=production ruby​​1.8 script/create_admin から Gem:Module のundefined メソッドを取得しました

私が実行すると:

env RAILS_ENV=production ruby-1.8.7-p371 script/create_admin

私が得た:

NOTE: Gem.source_index is deprecated, use Specification.
It will be removed on or after 2011-11-01.
Gem.source_index called from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rails- 2.3.18/lib/rails/gem_dependency.rb:21.

ここを参照してください: http://pastebin.com/raw.php?i=YgV9Sym7およびここ: http://pastebin.com/raw.php?i=3LYTygS0

4

2 に答える 2

1

私の見解は次のとおりです。

ruby の最新の安定リリースは 1.9.3 です。古いバージョンの ruby​​ を使用しているため、1.8.7 バージョンと互換性のある ruby​​ gem を使用する必要があります...次のようなものです。

gem update --system <your desired ruby gem version> 
于 2013-03-25T14:08:04.443 に答える