From 72227efbc9ffd0672dc693b8eda01a64bc94e70d Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sat, 7 Apr 2018 12:00:57 +0200 Subject: [PATCH] Install development dependencies (used by CLI) --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cba2121..74bfc07 100644 --- a/scripts/install +++ b/scripts/install @@ -175,7 +175,7 @@ gem install bundler # Install without documentation exec_as $app echo "gem: --no-ri --no-rdoc" >> "$final_path/.gemrc" # Install dependencies -exec_as $app bundle install --path vendor/bundle --without development test postgresql) +exec_as $app bundle install --path vendor/bundle --with development) #================================================= # SETUP SIDEKIQ