From d14a15e43e50cd2ef2499cd6d143e582f499cd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:35:29 +0000 Subject: [PATCH] Bump capistrano-rails from 1.6.2 to 1.6.3 Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/capistrano/rails/releases) - [Commits](https://github.com/capistrano/rails/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: capistrano-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 82f6c24b3..bad56a138 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ end group :development do gem "capistrano", "~> 3.17.3", require: false gem "capistrano-bundler", "~> 2.1.0", require: false - gem "capistrano-rails", "~> 1.6.2", require: false + gem "capistrano-rails", "~> 1.6.3", require: false gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 5.2.0" gem "erb_lint", "~> 0.3.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7452e74bc..4dae0362c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM sshkit (>= 1.9.0) capistrano-bundler (2.1.0) capistrano (~> 3.1) - capistrano-rails (1.6.2) + capistrano-rails (1.6.3) capistrano (~> 3.1) capistrano-bundler (>= 1.1, < 3) capistrano3-delayed-job (1.7.6) @@ -677,7 +677,7 @@ DEPENDENCIES cancancan (~> 3.5.0) capistrano (~> 3.17.3) capistrano-bundler (~> 2.1.0) - capistrano-rails (~> 1.6.2) + capistrano-rails (~> 1.6.3) capistrano3-delayed-job (~> 1.7.6) capistrano3-puma (~> 5.2.0) capybara (~> 3.39.2)