0
0
Fork 0

Bump capistrano from 3.11.0 to 3.11.1 (#11731)

* Bump capistrano from 3.11.0 to 3.11.1

Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Changelog](https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md)
- [Commits](https://github.com/capistrano/capistrano/compare/v3.11.0...v3.11.1)

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

* 3.11.1
This commit is contained in:
dependabot-preview[bot] 2019-09-05 12:04:45 +09:00 committed by Yamagishi Kazutoshi
parent e974d4923f
commit c46dcf77c6
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
lock '3.11.0'
lock '3.11.1'
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
set :branch, ENV.fetch('BRANCH', 'master')