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 Sep 4, 2018. It is now read-only.
As of Radar's instructions on the #spree freenode channel, comment out gem 'spree' in your Gemfile and specify all the dependencies of Spree in your Gemfile minus spree_dash as follows:
This is a tricky one... I'm not quite sure where to put it in the guides. I was thinking perhaps a note in the Getting Started guide would be the best place for it, but I'm going to have to think about that one for a moment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As of Radar's instructions on the #spree freenode channel, comment out gem 'spree' in your Gemfile and specify all the dependencies of Spree in your Gemfile minus spree_dash as follows:
gem 'spree'
spree_version = '1.0.3'
gem 'spree_core', spree_version
gem 'spree_auth', spree_version
gem 'spree_api', spree_version
gem 'spree_dash', spree_version
gem 'spree_promo', spree_version
The text was updated successfully, but these errors were encountered: