diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-28 03:24:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 03:24:09 +0900 |
commit | e1cbccd9e4eee46d52f9604f477f673a4893bf3a (patch) | |
tree | cce22638e64ecc12ae1c742e73663aaac1497887 /Gemfile | |
parent | 7ba9e81fe8a349c1745c2ba31eb918c06869bc33 (diff) |
Bump capistrano-rbenv from 2.1.6 to 2.2.0 (#14411)
Bumps [capistrano-rbenv](https://github.com/capistrano/rbenv) from 2.1.6 to 2.2.0. - [Release notes](https://github.com/capistrano/rbenv/releases) - [Commits](https://github.com/capistrano/rbenv/compare/v2.1.6...v2.2.0) 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 54d4af9cf..641f3cd6e 100644 --- a/Gemfile +++ b/Gemfile @@ -147,7 +147,7 @@ group :development do gem 'capistrano', '~> 3.14' gem 'capistrano-rails', '~> 1.5' - gem 'capistrano-rbenv', '~> 2.1' + gem 'capistrano-rbenv', '~> 2.2' gem 'capistrano-yarn', '~> 2.0' gem 'stackprof' |