about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-30 13:40:10 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-03-30 13:40:10 +0200
commit51a297e1287a9b2dd3b2d2b19433820e996779db (patch)
treed1bb823de4bff3ee9676835dc3e7614ed66deb65 /config/deploy.rb
parenteaea849035ea407afb2d5db411dbddc1ccca6f44 (diff)
parent2cc7ba26715c9f3fcc81ee5d30b282b1493a2e0b (diff)
Merge branch 'main' into glitch-soc/merge-upstream
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 f642e6e59..8a2316b57 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-lock '3.16.0'
+lock '3.17.0'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')