Created
September 17, 2013 16:58
-
-
Save burtlo/6597209 to your computer and use it in GitHub Desktop.
Chicken and the Egg
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
$ spree install --auto-accept | |
gemfile spree | |
gemfile spree_gateway | |
gemfile spree_auth_devise | |
run bundle install from "." | |
https://github.com/spree/spree_gateway.git (at master) is not checked out. Please run `bundle install` | |
~/mystore/ ruby-2.0.0 | |
$ bundle install | |
Updating https://github.com/spree/spree_gateway.git | |
Updating https://github.com/spree/spree_auth_devise.git | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching gem metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Could not find gem 'spree_frontend (~> 2.2.0.beta) ruby', which is required by gem 'spree_auth_devise (>= 0) ruby', in | |
any of the sources. |
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
Ruby 2.0.0 | |
Rails 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment