about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-06-17 18:28:28 +0200
committerGitHub <noreply@github.com>2020-06-17 18:28:28 +0200
commitc7da2cc5a1821e589e7241aec21d8bb426722c2a (patch)
treee61b37ed8d8c5a8446cf656600c90c85ccdc983c /config/deploy.rb
parent0a5cf075cdddbbe40e79ebad8ee2b1abd62d3200 (diff)
parent9a641a5a0e7a8d45bf6d3b8e4bfdc269def2dc06 (diff)
Merge pull request #1358 from ThibG/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 76e6b2815..5d6873588 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-lock '3.14.0'
+lock '3.14.1'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')