|
Arvore |
at May 28, 2013 at 7:53 am
|
⇧ |
| |
Ron,
I was also facing the same issue. Your gemfile related to spree should be
like this.
gem 'spree', '2.0.0'
gem 'spree_gateway', :git =>
'https://github.com/spree/spree_gateway.git',:branch => "2-0-stable"
gem 'spree_auth_devise', :git =>
'https://github.com/spree/spree_auth_devise.git',:branch => "2-0-stable"
If you not pointing to stable branch, it's not gonna work.
Cheers,
Arv
On Monday, May 27, 2013 9:01:19 PM UTC+5:30, Washington Luiz wrote:Hi Ron, could you please try that again? I've update spree_gateway to use
spree 2.0.0. You should be able to bundle just fine now.
On Monday, May 27, 2013 7:37:52 AM UTC-3, Ron Belson wrote:
Hi,
Newbie to Spree, When trying to install this error is given back:
Could not find gem 'spree_frontend (~> 2.1.0.beta) ruby' in the gems
available on this machine.
git://github.com/spree/spree_gateway.git (at 2-0-stable) is not checked
out. Please run `bundle install`
Rails 3.2.13
ruby 1.9.3p125
Any problems with the new version?
Cheers,
Ron