diff --git a/Gemfile b/Gemfile index a2ae46a..f8cefbc 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem "bootsnap", "~> 1.18", ">= 1.18.6", require: false gem "kamal", "~> 2.8", ">= 2.8.2", 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 +gem "thruster", "~> 0.1.17", require: false gem "graphql", "~> 2.3.22" diff --git a/Gemfile.lock b/Gemfile.lock index b2c48f3..f404a3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -321,9 +324,10 @@ GEM ostruct stringio (3.1.9) thor (1.4.0) - thruster (0.1.16-aarch64-linux) - thruster (0.1.16-arm64-darwin) - thruster (0.1.16-x86_64-darwin) + thruster (0.1.17-aarch64-linux) + thruster (0.1.17-arm64-darwin) + thruster (0.1.17-x86_64-darwin) + thruster (0.1.17-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) @@ -373,7 +378,7 @@ DEPENDENCIES solid_cable (~> 3.0, >= 3.0.12) solid_cache (~> 1.0, >= 1.0.10) solid_queue (~> 1.2, >= 1.2.4) - thruster (~> 0.1.16) + thruster (~> 0.1.17) tzinfo-data (~> 1.2025, >= 1.2025.2) web-console