2012-10-07 3 views
3

프로젝트의 git 저장소를 복제했는데, spree를 사용하고 있으며 localhost에서 실행하려고합니다.spree gem이 누락되었습니다. 설치하지 못합니다.

하지만이 기사에서 말했듯이, 나는 마구 보석을 설치할 수는 :

$ rake gems:install 
Missing the Spree 0.10.2 gem. Please `gem install -v=0.10.2 spree`, update your SPREE_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out SPREE_GEM_VERSION to use the latest version installed. 

$ gem install -v=0.10.2 spree 
Successfully installed spree-0.10.2 
1 gem installed 
Installing ri documentation for spree-0.10.2... 
Installing RDoc documentation for spree-0.10.2... 

$ script/server 
Missing the Spree 0.10.2 gem. Please `gem install -v=0.10.2 spree`, update your SPREE_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out SPREE_GEM_VERSION to use the latest version installed. 

$ gem list 

*** LOCAL GEMS *** 

actionmailer (2.3.5) 
actionpack (2.3.5) 
activemerchant (1.5.1) 
activemodel (3.2.8) 
activerecord (3.2.8, 2.3.5) 
activerecord-tableless (0.1.0) 
activeresource (2.3.5) 
activesupport (3.2.8, 2.3.5) 
arel (3.0.2) 
authlogic (3.1.3) 
authlogic-oid (1.0.4) 
builder (3.0.3) 
bundler (1.2.1) 
chronic (0.2.3) 
faker (0.3.1) 
highline (1.5.1) 
hoe (3.1.0) 
i18n (0.6.1) 
less (1.2.20) 
multi_json (1.3.6) 
mutter (0.5.3) 
paperclip (2.3.1.1) 
polyglot (0.3.3) 
rack (1.1.0, 1.0.1) 
rails (2.3.5) 
rake (0.9.2.2) 
rubygems-bundler (1.1.0) 
rvm (1.11.3.5) 
searchlogic (2.3.5) 
spree (0.10.2) 
state_machine (0.8.0) 
stringex (1.0.3) 
treetop (1.4.10) 
tzinfo (0.3.33) 
whenever (0.3.7) 
will_paginate (2.3.11) 

나는이 문제를 구글하려고이 같은 지점을 발견 :

https://groups.google.com/forum/?fromgroups=#!topic/spree-user/Fhn_PgFQ6i8

하지만를 솔루션이 나를 위해 작동하지 않았다. 여기

내 시스템입니다 :

  • 우분투 12.04

  • 루비 1.8.7 (2012-06-29 패치 레벨 370) x86_64에-리눅스]

+0

번들 http://gembundler.com/을 사용해보십시오. – j15e

답변

0

당신에게 ' Spree의 고대 버전을 사용하고 있습니다. 최신 버전을 사용하는 것이 좋습니다. Getting Started Guide을 따르십시오.

관련 문제