about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorpluralcafe-docker <git@plural.cafe>2019-01-21 04:35:29 +0000
committerpluralcafe-docker <git@plural.cafe>2019-01-21 04:35:29 +0000
commitb7c67605d5c2110b4a3cd3d8a7b8ef2878cbfe48 (patch)
treea3344b6105b7771983f69c789fb2f7a0c22a8583 /config/deploy.rb
parentfb7ec403227690f897a9a693f2461b94bf7e2582 (diff)
parentaa362ab73dc7121104b3c01800152b9fc56ea396 (diff)
Merge branch 'glitch'
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index e0cd60f54..f0db50788 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-lock '3.10.2'
+lock '3.11.0'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')