From 404b66a94a22eef57bfb6a5289c81d51e0242666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:54:28 +0000 Subject: [PATCH] Bump kamal from 2.2.1 to 2.3.0 Bumps [kamal](https://github.com/basecamp/kamal) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/basecamp/kamal/releases) - [Commits](https://github.com/basecamp/kamal/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: kamal dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 797e0f7..6194780 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :development do gem 'brakeman', require: false gem 'bundle-audit', require: false gem 'htmlbeautifier' - gem 'kamal', '~> 2.2' + gem 'kamal', '~> 2.3' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index a3b0b95..c7f8014 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,17 +193,17 @@ GEM activesupport (>= 5.0.0) jmespath (1.6.2) json (2.7.2) - kamal (2.2.1) + kamal (2.3.0) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) concurrent-ruby (~> 1.2) dotenv (~> 3.1) ed25519 (~> 1.2) - net-ssh (~> 7.0) + net-ssh (~> 7.3) sshkit (>= 1.23.0, < 2.0) thor (~> 1.3) - zeitwerk (~> 2.5) + zeitwerk (>= 2.6.18, < 3.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -447,7 +447,7 @@ GEM sqlite3 (1.7.3-x86-linux) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - sshkit (1.23.1) + sshkit (1.23.2) base64 net-scp (>= 1.1.2) net-sftp (>= 2.1.2) @@ -498,7 +498,7 @@ GEM anyway_config (>= 1.3, < 3) railties yabeda (~> 0.8) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -526,7 +526,7 @@ DEPENDENCIES image_processing (~> 1.13) importmap-rails jbuilder - kamal (~> 2.2) + kamal (~> 2.3) kaminari kaminari-i18n logtail-rails (~> 0.2.7)