From 03dd57117fba899b3e57a0a414d6eade67e22f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:00:52 +0000 Subject: [PATCH] Bump kamal from 2.9.0 to 2.10.0 Bumps [kamal](https://github.com/basecamp/kamal) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/basecamp/kamal/releases) - [Commits](https://github.com/basecamp/kamal/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: kamal dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index a2ae46a..75fac59 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "solid_cable", "~> 3.0", ">= 3.0.12" gem "bootsnap", "~> 1.18", ">= 1.18.6", require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org] -gem "kamal", "~> 2.8", ">= 2.8.2", require: false +gem "kamal", "~> 2.10", require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/] gem "thruster", "~> 0.1.16", require: false diff --git a/Gemfile.lock b/Gemfile.lock index b2c48f3..726c191 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM bundler-audit (0.9.3) bundler (>= 1.2.0) thor (~> 1.0) - concurrent-ruby (1.3.5) + concurrent-ruby (1.3.6) connection_pool (3.0.2) crass (1.0.6) date (3.5.0) @@ -124,8 +124,8 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.17.1) - kamal (2.9.0) + json (2.18.0) + kamal (2.10.0) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) @@ -150,7 +150,7 @@ GEM net-smtp marcel (1.1.0) mini_mime (1.1.5) - minitest (5.26.2) + minitest (5.27.0) msgpack (1.8.0) net-imap (0.5.12) date @@ -175,6 +175,8 @@ GEM racc (~> 1.4) nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) ostruct (0.6.3) parallel (1.27.0) parser (3.3.10.0) @@ -184,6 +186,7 @@ GEM pg (1.6.2-aarch64-linux-musl) pg (1.6.2-arm64-darwin) pg (1.6.2-x86_64-darwin) + pg (1.6.2-x86_64-linux) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -312,7 +315,7 @@ GEM fugit (~> 1.11) railties (>= 7.1) thor (>= 1.3.1) - sshkit (1.24.0) + sshkit (1.25.0) base64 logger net-scp (>= 1.1.2) @@ -324,6 +327,7 @@ GEM thruster (0.1.16-aarch64-linux) thruster (0.1.16-arm64-darwin) thruster (0.1.16-x86_64-darwin) + thruster (0.1.16-x86_64-linux) timeout (0.5.0) tsort (0.2.0) tzinfo (2.0.6) @@ -353,6 +357,7 @@ PLATFORMS arm64-darwin-24 arm64-darwin-25 x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap (~> 1.18, >= 1.18.6) @@ -362,7 +367,7 @@ DEPENDENCIES graphiql-rails (~> 1.10, >= 1.10.5) graphql (~> 2.3.22) jbuilder (~> 2.14, >= 2.14.1) - kamal (~> 2.8, >= 2.8.2) + kamal (~> 2.10) pg (~> 1.1) propshaft (~> 1.3, >= 1.3.1) puma (~> 7.1)