about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-03-11 18:04:18 +0100
committerGitHub <noreply@github.com>2021-03-11 18:04:18 +0100
commit935e376078fa8716ea5475a45602301fd3d6b081 (patch)
tree656d328e630e1a4fa11e9853203f4dba8e29cb71 /config/deploy.rb
parent318efa49de8d0b9615427c99ab07c591230dfd80 (diff)
parent1b6a21e6bc7ec9c0d5bb3daf2646d003ba90404c (diff)
Merge pull request #1510 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
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 c0d72f48f..f844cc871 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-lock '3.15.0'
+lock '3.16.0'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')