2013-03-25 54 views
1

試圖讓gitorious runnuning ..create_admin中止!未定義的方法`source_index '的寶石:模塊

我得到未定義的方法`source_index' 的寶石:從ENV RAILS_ENV模塊=生產ruby1.8的腳本/ create_admin

當我運行:env RAILS_ENV =生產ruby-1.8.7-p371 script/create_admin我得到了:注意:Gem.source_index已棄用,請使用Specification。它將在2011年11月1日或之後刪除。 Gem.source_index從/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

回答

1

我的看法是:

紅寶石的最新穩定版本是1.9.3,因爲使用的是紅寶石的舊版本,你必須使用紅寶石寶石這與1.8.7版本...這是一樣的東西兼容:

gem update --system <your desired ruby gem version> 
1

我只需要運行下面的命令,它爲我的作品

rvm install rubygems 1.4.2 --force 
相關問題