Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 5.0 Error #49

Open
dgreen22 opened this issue Jan 30, 2017 · 1 comment
Open

Rails 5.0 Error #49

dgreen22 opened this issue Jan 30, 2017 · 1 comment

Comments

@dgreen22
Copy link

I'm getting this error when trying to bundle with Rails 5.0

`Bundler could not find compatible versions for gem "spree_core":
In Gemfile:
spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc1, which depends on
spree_core (= 3.2.0.rc1)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc1, which depends on
  spree_core (= 3.2.0.rc1)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc1, which depends on
  spree_core (= 3.2.0.rc1)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc1, which depends on
  spree_core (= 3.2.0.rc1)

spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc1, which depends on
  spree_core (= 3.2.0.rc1)

spree_gateway (~> 3.2.0.beta) was resolved to 3.2.0.beta, which depends on
  spree_core (< 4.0, >= 3.1.0)

spree_gateway (~> 3.2.0.beta) was resolved to 3.2.0.beta, which depends on
  spree_core (< 4.0, >= 3.1.0)

spree_product_subscriptions was resolved to 3.1.0, which depends on
  spree_core (~> 3.1.0)](url)`

This is my Spree install:
gem 'spree', '~> 3.2.0.rc1' gem 'spree_auth_devise', '~> 3.2.0.beta' gem 'spree_gateway', '~> 3.2.0.beta'

Is there a Rails 5.0 compatible version?

@pikender
Copy link
Contributor

@dgreen22 I have raised #50 for same. Can you try and see if works for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants