From 9c88d1b99ea2baa5e55251dc98f10b1ee0559ee9 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 16 Feb 2017 02:34:21 +0100 Subject: Speed up capistrano deployments --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 423560bb6..55c1de693 100644 --- a/Gemfile +++ b/Gemfile @@ -82,6 +82,7 @@ group :development do gem 'capistrano-rails' gem 'capistrano-rbenv' gem 'capistrano-yarn' + gem 'capistrano-faster-assets', '~> 1.0' end group :production do -- cgit