おもしろwebサービス開発日記

Ruby や Rails を中心に、web技術について書いています

production 環境で bundle install

テスト用、開発用の gem を除いて gem をインストールしたい場合、--without でいらないグループを指定するといい

bundle install --without test development