Skip to content

Instantly share code, notes, and snippets.

@mribbons
Created July 20, 2013 03:36
Show Gist options
  • Select an option

  • Save mribbons/6043759 to your computer and use it in GitHub Desktop.

Select an option

Save mribbons/6043759 to your computer and use it in GitHub Desktop.
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