about summary refs log tree commit diff
path: root/config/deploy.rb
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 /config/deploy.rb
parent5d710b1139b34f2ed6bd556f448fa7248354e758 (diff)
lock capistrano to 3.8.0 (#1890)
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 9bcf907be..b1cade49d 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,4 +1,7 @@
-lock '3.7.2'
+# frozen_string_literal: true
+
+lock '3.8.0'
+
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')