]> cat aescling's git repositories - mastodon.git/commitdiff
Bump capistrano from 3.13.0 to 3.14.0 (#13624)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fri, 8 May 2020 19:29:03 +0000 (21:29 +0200)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 19:29:03 +0000 (21:29 +0200)
* Bump capistrano from 3.13.0 to 3.14.0

Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Commits](https://github.com/capistrano/capistrano/compare/v3.13.0...v3.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update deploy.rb

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Gemfile
Gemfile.lock
config/deploy.rb

diff --git a/Gemfile b/Gemfile
index 81dc10af58c322b7a17e36e78cf751d3fab7c669..890b0ee97e11b345789664843481a7503f5af439 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -144,7 +144,7 @@ group :development do
   gem 'brakeman', '~> 4.8', require: false
   gem 'bundler-audit', '~> 0.6', require: false
 
-  gem 'capistrano', '~> 3.13'
+  gem 'capistrano', '~> 3.14'
   gem 'capistrano-rails', '~> 1.4'
   gem 'capistrano-rbenv', '~> 2.1'
   gem 'capistrano-yarn', '~> 2.0'
index 2ffaa96734196a94b94e9db5de33b8e6d1d7ffe2..1e0df74833b6f8197e73e7fc724a38c5be487923 100644 (file)
@@ -128,7 +128,7 @@ GEM
       bundler (>= 1.2.0, < 3)
       thor (~> 0.18)
     byebug (11.1.3)
-    capistrano (3.13.0)
+    capistrano (3.14.0)
       airbrussh (>= 1.0.0)
       i18n
       rake (>= 10.0.0)
@@ -682,7 +682,7 @@ DEPENDENCIES
   browser
   bullet (~> 6.1)
   bundler-audit (~> 0.6)
-  capistrano (~> 3.13)
+  capistrano (~> 3.14)
   capistrano-rails (~> 1.4)
   capistrano-rbenv (~> 2.1)
   capistrano-yarn (~> 2.0)
index 79550baedf7f84ec131122e62648acdca35c9786..31d14227536dca08098dc605fa38be1ecd8c0d26 100644 (file)
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-lock '3.12.1'
+lock '3.14.0'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')