Don't install development and test gems in production

This commit is contained in:
Bruno Michel 2011-11-24 12:51:32 +01:00
parent b4c40c212c
commit 310f0131b2

View file

@ -36,7 +36,7 @@ echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
sudo gem install bundler
bundle
bundle install --without development test
bundle exec rake db:setup RAILS_ENV=production