Bump capistrano from 3.10.1 to 3.14.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-Authored-By: Javi Martín <javim@elretirao.net>
This commit is contained in:
dependabot-preview[bot]
2020-09-27 12:13:14 +00:00
committed by Javi Martín
parent 0e03ca63c3
commit f22dc29ad1
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# config valid only for current version of Capistrano
lock "~> 3.10.1"
lock "~> 3.14.1"
def deploysecret(key)
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s]