新しいアプリに spree をインストールしようとすると、次のエラーが発生します。
gem 'spree_gateway' のオプションとして :github を渡しましたが、無効です。
Windows 7 マシンで Rails 3.2.11 を使用しています。
D:\Dropbox\web\rails_projects\testapp>spree install
Would you like to install the default gateways? (Recommended) (yes/no) [yes] y
Would you like to install the default authentication system? (yes/no) [yes] y
Would you like to run the migrations? (yes/no) [yes] y
Would you like to load the seed data? (yes/no) [yes] y
Would you like to load the sample data? (yes/no) [yes] y
gemfile spree
gemfile spree_gateway
gemfile spree_auth_devise
run bundle install from "."
←[31mYou passed :github as an option for gem 'spree_gateway', but it is invalid.←[0m