From a5bd576d039772d3197ebd55c9f22971efa20467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:38:27 -0500 Subject: [PATCH] Bump puma from 6.4.2 to 6.4.3 (#4392) Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3. - [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.2...v6.4.3) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d929613a7..765b4d7de 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'p3p', '~> 2.0' gem 'panoptes-client' gem 'pg', '~> 1.4' gem 'pg_search' -gem 'puma', '~> 6.4.2' +gem 'puma', '~> 6.4.3' gem 'pundit', '~> 2.4.0' gem 'rack-cors', '~> 1.0', require: 'rack/cors' if next? diff --git a/Gemfile.lock b/Gemfile.lock index 12aef21e3..4afb63679 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ GEM net-protocol netrc (0.11.0) newrelic_rpm (9.3.1) - nio4r (2.7.0) + nio4r (2.7.3) nokogiri (1.15.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -342,7 +342,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -565,7 +565,7 @@ DEPENDENCIES pg (~> 1.4) pg_search pry - puma (~> 6.4.2) + puma (~> 6.4.3) pundit (~> 2.4.0) rack-cors (~> 1.0) rails (~> 6.1)