diff options
author | Starfall <us@starfall.systems> | 2021-04-02 13:57:04 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-04-02 13:57:04 -0500 |
commit | 0f7be4b48947a9edcbb6fb84d5d0fd9150ee0870 (patch) | |
tree | 6ddcb284bdf3960d2df5e334bdf0a519fd1f7fa4 /config/deploy.rb | |
parent | fe6381b9acc28cd610b032160de2952e1fdefc86 (diff) | |
parent | 935e376078fa8716ea5475a45602301fd3d6b081 (diff) |
Merge commit '935e376078fa8716ea5475a45602301fd3d6b081'
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 2 |
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') |