You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
Running
bundle update
will rebuild your snapshot from scratch, using onlythe gems in your Gemfile, which may resolve the conflict.
This is how my gemfile looks:
gem 'spree', '
> 3.2.0.rc1'> 3.2.0.beta'gem 'spree_auth_devise', '
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'
The text was updated successfully, but these errors were encountered: