From 310f0131b21f4420320e6b235969bb1512d25842 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Thu, 24 Nov 2011 12:51:32 +0100 Subject: [PATCH] Don't install development and test gems in production --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b85d65..b0108223 100644 --- a/README.md +++ b/README.md @@ -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