diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-28 12:24:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 12:24:53 +0900 |
commit | 10a48924813deccd5b417cef008be31337642aef (patch) | |
tree | fe396a64cddba6c222927f891072d41ad7d4c858 /Gemfile | |
parent | 7e37ea93d508d9074253a08f77fb23528182a839 (diff) |
Bump capistrano-rails from 1.5.0 to 1.6.1 (#14415)
Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/capistrano/rails/releases) - [Commits](https://github.com/capistrano/rails/compare/v1.5.0...v1.6.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index ef830507b..fe1608b64 100644 --- a/Gemfile +++ b/Gemfile @@ -146,7 +146,7 @@ group :development do gem 'bundler-audit', '~> 0.7', require: false gem 'capistrano', '~> 3.14' - gem 'capistrano-rails', '~> 1.5' + gem 'capistrano-rails', '~> 1.6' gem 'capistrano-rbenv', '~> 2.2' gem 'capistrano-yarn', '~> 2.0' |