Not able to install the alchemy_spree

73 views
Skip to first unread message

Joshua Watson

unread,
Apr 29, 2015, 12:53:13 PM4/29/15
to alche...@googlegroups.com
Hi,

I'm not able use this gem on ruby 2.2.1 and rails 4.2, spree 3.0 stable . 

:~/projects/shopping$  bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "spree":
  In Gemfile:
    alchemy_spree (>= 0) ruby depends on
      spree (< 3.0, >= 2.3) ruby

    spree (3.0.0)


Gemfile:-

gem 'spree', github: 'spree/spree', branch: '3-0-stable'
gem 'spree_gateway', github: 'spree/spree_gateway', branch: '3-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '3-0-stable'

gem 'alchemy_spree', github: 'magiclabs/alchemy_spree', branch: 'master'
gem "alchemy_cms", github: "magiclabs/alchemy_cms", branch: "master"
gem "alchemy-devise", github: "magiclabs/alchemy-devise", branch: "master"

Thanks,
Joshva

Martin Meyerhoff

unread,
May 1, 2015, 9:06:17 AM5/1/15
to alche...@googlegroups.com
Hey Joshua, 

the master branch of 'alchemy-spree' is not compatible with Spree 3 yet - but try the branch 'spree-3.0'. 

This is what we're using (with Spree's master branch, but it should also work with 3.0 stable):
```
gem 'alchemy_spree', github: 'AlchemyCMS/alchemy_spree', branch: 'spree-3.0'
gem 'alchemy_cms',   github: 'AlchemyCMS/alchemy_cms',   branch: 'master'
```

Hope this helps, and happy May day!

Martin
Reply all
Reply to author
Forward
0 new messages