From 8e4d8b3f84a9ed66b8f62fc00ab62d85f62b6466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:08:59 +0000 Subject: [PATCH] Build(deps): Bump puma from 6.4.3 to 6.5.0 Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)