diff --git a/Gemfile b/Gemfile index 0023f29245..fdc44f84b4 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ gem 'maxmind-db', '~> 1.2.0' gem 'mahoro', '~> 0.5' gem 'nokogiri', '~> 1.16.7' gem 'open4', '~> 1.3.0' -gem 'puma', '~> 6.4.3' +gem 'puma', '~> 6.5.0' gem 'rack', '~> 2.2.10' gem 'rack-utf8_sanitizer', '~> 1.9.1' gem 'recaptcha', '~> 5.17.0', require: 'recaptcha/rails' diff --git a/Gemfile.lock b/Gemfile.lock index 0bf1671919..1b3d143c4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -343,7 +343,7 @@ GEM net-ssh (7.3.0) net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -373,7 +373,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (2.2.10) @@ -631,7 +631,7 @@ DEPENDENCIES open4 (~> 1.3.0) pg (~> 1.5.9) pry (~> 0.15.0) - puma (~> 6.4.3) + puma (~> 6.5.0) rack (~> 2.2.10) rack-utf8_sanitizer (~> 1.9.1) rails (~> 7.0.8)