diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-08-15 14:33:05 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-08-15 14:33:05 +0200 |
commit | e2a7a458d6c62a312b868375b05d663fbca6f20d (patch) | |
tree | f8067c389d1414670574118f5f4115aeffe05061 /config/deploy.rb | |
parent | 3f15326a05a926e9f001800a48ac2addbd3aa833 (diff) | |
parent | 113dd90aa3e8dd930fa343a2dea52e64bf63eb06 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
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 8a2316b57..2bdb11595 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -lock '3.17.0' +lock '3.17.1' set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git') set :branch, ENV.fetch('BRANCH', 'master') |