From bbb11eeb6d3ba95c7cebc46b114d1c3c47ea73e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:21:33 +0000 Subject: [PATCH] Bump capistrano-bundler from 1.6.0 to 2.1.0 Bumps [capistrano-bundler](https://github.com/capistrano/bundler) from 1.6.0 to 2.1.0. - [Release notes](https://github.com/capistrano/bundler/releases) - [Commits](https://github.com/capistrano/bundler/compare/v1.6.0...v2.1.0) --- updated-dependencies: - dependency-name: capistrano-bundler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f5fb5506..3cc42148 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ end group :development do gem 'brakeman', '~> 6.0' gem 'capistrano', '~> 3.17.1', require: false - gem 'capistrano-bundler', '~> 1.6', require: false + gem 'capistrano-bundler', '~> 2.1', require: false gem 'capistrano-rails', '~> 1.4', require: false gem 'capistrano-rbenv', '~> 2.0' # required gem 'capistrano-rbenv-install', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index bdf2f49e..2e3c5930 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (1.6.0) + capistrano-bundler (2.1.0) capistrano (~> 3.1) capistrano-rails (1.6.3) capistrano (~> 3.1) @@ -376,7 +376,7 @@ DEPENDENCIES brakeman (~> 6.0) byebug capistrano (~> 3.17.1) - capistrano-bundler (~> 1.6) + capistrano-bundler (~> 2.1) capistrano-rails (~> 1.4) capistrano-rbenv (~> 2.0) capistrano-rbenv-install (~> 1.2.0)