about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlex Dunn <dunn.alex@gmail.com>2017-04-16 03:52:18 -0700
committerEugen <eugen@zeonfederated.com>2017-04-16 12:52:18 +0200
commit865cb39e9b27caf46c7592a5a36918afdf5e4104 (patch)
treee60a4dc8cc34591f8d244f4a86a6b3e304b523b5 /Gemfile
parent5d710b1139b34f2ed6bd556f448fa7248354e758 (diff)
lock capistrano to 3.8.0 (#1890)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 57600ed9f..5d75c11ea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -88,7 +88,7 @@ group :development do
   gem 'bullet'
   gem 'active_record_query_trace'
 
-  gem 'capistrano'
+  gem 'capistrano', '3.8.0'
   gem 'capistrano-rails'
   gem 'capistrano-rbenv'
   gem 'capistrano-yarn'