From fa0691fed4adb8ec58b9d76be76f53167d8f7155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:51:54 +0200 Subject: [PATCH] Bump kamal from 2.1.0 to 2.2.1 (#39) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c35b9fe..797e0f7 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.0' + gem 'kamal', '~> 2.2' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index f07a03e..0cd70b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM activesupport (>= 5.0.0) jmespath (1.6.2) json (2.7.2) - kamal (2.1.0) + kamal (2.2.1) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) @@ -526,7 +526,7 @@ DEPENDENCIES image_processing (~> 1.13) importmap-rails jbuilder - kamal (~> 2.0) + kamal (~> 2.2) kaminari kaminari-i18n logtail-rails (~> 0.2.7)