Created
July 20, 2013 03:36
-
-
Save mribbons/6043759 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem install spree_cmd | |
| rails new _3.2.13_ my_store | |
| cd my_store | |
| spree_cmd . -A | |
| Process fails with gem deps issues during bundle install "." | |
| Modify Gemfile, | |
| change gem "spree" to | |
| gem "spree", :git => 'https://github.com/spree/spree.git', :branch => '2-0-stable' | |
| spree_cmd . -A again | |
| Process succeeeds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment