From efff9ebbcbdf4e319185acfd3c544046d9c7b41f Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:11:36 +0100 Subject: [PATCH] CLDC-4470: update dependencies (#3354) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c3cfc5499..0e5be060d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.2.2" # Use postgresql as the database for Active Record gem "pg", "~> 1.1" # Use Puma as the app server -gem "puma", "~> 6.4" +gem "puma", "~> 7.2.1" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index ad3857510..eab0c21a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,7 +304,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.19.3-arm64-darwin) racc (~> 1.4) nokogiri (1.19.3-x86_64-darwin) @@ -354,7 +354,7 @@ GEM date stringio public_suffix (7.0.5) - puma (6.5.0) + puma (7.2.1) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -621,7 +621,7 @@ DEPENDENCIES possessive propshaft pry-byebug - puma (~> 6.4) + puma (~> 7.2.1) pundit rack (~> 3.1.20) rack-attack