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
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
Clean fresh working install for Spree Commerce 2.4.3
Running the command:
bundle install
Receive this error:
Bundler could not find compatible versions for gem "spree_core":
In Gemfile:
spree_fancy (>= 0) ruby depends on
spree_core (~> 2.3.0.beta) ruby
Gemfile section:
gem 'spree_fancy', :github => 'spree/spree_fancy'
gem 'spree', '2.4.3'
gem 'spree_gateway', github: 'spree/spree_gateway', branch: '2-4-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-4-stable'
Do I need to go back to 2.3?
The text was updated successfully, but these errors were encountered: