2012-03-15 74 views
3

我是新來的ROR,現在我安裝狂歡,這些後續步驟狂歡安裝錯誤:無法找到寶石「spree_skrill(> = 0)紅寶石」

gem install rails -v 3.1.4 
rails new mystore 
cd mystore 
spree install 

之後,這裏顯示這個錯誤

gemfile spree 
    gemfile spree_usa_epay 
    gemfile spree_skrill 
     run bundle install from "." 
Could not find gem 'spree_skrill (>= 0) ruby' in the gems available on this machine. 
Run `bundle install` to install missing gems. 
precompiling assets 
Could not find gem 'spree_skrill (>= 0) ruby' in the gems available on this machine. 
Run `bundle install` to install missing gems. 
+0

什麼發生在你'./mystore/bundle install'然後'大禮包install'? – ScottJShea 2012-03-15 20:03:45

+0

捆紮機找不到兼容版本的寶石 「軌」: 在Gemfile中: spree_usa_epay(> = 0)紅寶石取決於 軌(<= 3.1.3, > = 3.1.1)紅寶石 軌(3.2.2) – useCase 2012-03-15 20:07:44

+0

有趣...由於某種原因,spree_usa_epay允許使用一系列Rails(您不適合使用)或Rails 3.2.2。所以......你可以做'gem update rails',讓它進入3.2.2,看看你需要去哪裏。 – ScottJShea 2012-03-15 20:12:25

回答

1
gem install spree_skrill 

如果,在這之後,你得到「無法找到寶石‘spree_usa_epay(> = 0)紅寶石’在本機上可用的寶石。」

gem install spree_usa_epay 

在那之後,我試圖運行>>熱潮再次安裝和它的工作