Commit 310f0131b21f4420320e6b235969bb1512d25842

Authored by Bruno Michel
1 parent b4c40c21

Don't install development and test gems in production

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -36,7 +36,7 @@ echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers @@ -36,7 +36,7 @@ echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
36 36
37 sudo gem install bundler 37 sudo gem install bundler
38 38
39 -bundle 39 +bundle install --without development test
40 40
41 bundle exec rake db:setup RAILS_ENV=production 41 bundle exec rake db:setup RAILS_ENV=production
42 42