From 64040d6bb9bc5fd4db157e37d4727d7cc5ea3d79 Mon Sep 17 00:00:00 2001 From: wvengen Date: Tue, 17 Dec 2013 23:03:48 +0100 Subject: [PATCH] make some dependencies optional to decrease startup-time --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 20469350..71ba7eeb 100644 --- a/Gemfile +++ b/Gemfile @@ -65,15 +65,15 @@ group :development do gem 'quiet_assets' # Deploy with Capistrano - gem 'capistrano', '2.13.5' - gem 'capistrano-ext' + gem 'capistrano', '2.13.5', require: false + gem 'capistrano-ext', require: false #gem 'common_deploy', require: false, path: '../../common_deploy' # pending foodcoops/foodsoft#34, git: 'git://github.com/fsmanuel/common_deploy.git' # Avoid having content-length warnings gem 'thin' end group :development, :test do - gem 'ruby-prof' + gem 'ruby-prof', require: false end group :test do