lib/spree_cmd/installer.rb in spree_cmd-2.1.0 vs lib/spree_cmd/installer.rb in spree_cmd-2.1.1

- old
+ new

@@ -92,14 +92,14 @@ inside @app_path do gem :spree, @spree_gem_options if @install_default_gateways - gem :spree_gateway, :git => "https://github.com/spree/spree_gateway.git" + gem :spree_gateway, :git => "https://github.com/spree/spree_gateway.git", :branch => "2-1-stable" end if @install_default_auth - gem :spree_auth_devise, :git => "https://github.com/spree/spree_auth_devise.git" + gem :spree_auth_devise, :git => "https://github.com/spree/spree_auth_devise.git", :branch => "2-1-stable" end run 'bundle install', :capture => true end end