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

Compatibilty with spree 3.2.0.rc1 #117

Open
tallerguy opened this issue Mar 6, 2017 · 0 comments
Open

Compatibilty with spree 3.2.0.rc1 #117

tallerguy opened this issue Mar 6, 2017 · 0 comments

Comments

@tallerguy
Copy link

When I try to bundle install I get the following error. There seems to be an issue with the compatibility.

Resolving dependencies...

Bundler could not find compatible versions for gem "spree_core":
In snapshot (Gemfile.lock):
spree_core (= 3.2.0.rc2)

In Gemfile:

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

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

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

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

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

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_print_invoice was resolved to 3.0.0.beta, which depends on
  spree_core (~> 3.1.0.beta)

Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

This is how my gemfile looks:
gem 'spree', '> 3.2.0.rc1'
gem 'spree_auth_devise', '
> 3.2.0.beta'
gem 'spree_gateway', '~> 3.2.0.beta'
gem 'spree_mail_settings', github: 'spree-contrib/spree_mail_settings'
gem 'spree_print_invoice', github: 'spree-contrib/spree_print_invoice', branch: 'master'

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

1 participant