about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-04-02 13:57:04 -0500
committerStarfall <us@starfall.systems>2021-04-02 13:57:04 -0500
commit0f7be4b48947a9edcbb6fb84d5d0fd9150ee0870 (patch)
tree6ddcb284bdf3960d2df5e334bdf0a519fd1f7fa4 /config/deploy.rb
parentfe6381b9acc28cd610b032160de2952e1fdefc86 (diff)
parent935e376078fa8716ea5475a45602301fd3d6b081 (diff)
Merge commit '935e376078fa8716ea5475a45602301fd3d6b081'
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')