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
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?
The text was updated successfully, but these errors were encountered:
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)
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?
The text was updated successfully, but these errors were encountered: