]> cat aescling's git repositories - mastodon.git/commitdiff
Bump capistrano from 3.14.0 to 3.14.1 (#14037)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 17 Jun 2020 04:31:30 +0000 (06:31 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 04:31:30 +0000 (06:31 +0200)
* Bump capistrano from 3.14.0 to 3.14.1

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

Signed-off-by: dependabot[bot] <support@github.com>
* Bump capistrano from 3.14.0 to 3.14.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Gemfile.lock
config/deploy.rb

index b6371259dda6dadb0bcd3f55920db7358291ca91..12ae1f4487bf241933dd6512ffa6b90cd6570b2e 100644 (file)
@@ -128,7 +128,7 @@ GEM
       bundler (>= 1.2.0, < 3)
       thor (>= 0.18, < 2)
     byebug (11.1.3)
-    capistrano (3.14.0)
+    capistrano (3.14.1)
       airbrussh (>= 1.0.0)
       i18n
       rake (>= 10.0.0)
index 76e6b281586a6fe6f18cb3d583f4bfd25c070f3d..5d68735886a2d1b978082baebe5a99f8bb2d95d2 100644 (file)
@@ -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')