From 98ee17ca9ecb64174cb102da829e51bf7d3adb02 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Tue, 26 May 2015 15:23:06 +0200 Subject: [PATCH] Add capistrano bundler gem --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 4c92a021..c6e7c00d 100644 --- a/Gemfile +++ b/Gemfile @@ -107,6 +107,7 @@ group :development do # gem 'thin' gem 'faye' gem 'capistrano', '~> 3.0', require: false + gem 'capistrano-bundler', require: false gem 'capistrano-rvm', '~> 0.1', require: false gem 'capistrano-rails', '~> 1.1', require: false gem 'capistrano3-puma', require: false diff --git a/Gemfile.lock b/Gemfile.lock index c9433350..6d041673 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -485,6 +485,7 @@ DEPENDENCIES bourbon cancancan capistrano (~> 3.0) + capistrano-bundler capistrano-local-precompile capistrano-rails (~> 1.1) capistrano-rvm (~> 0.1)