From b57f6a8c6d9cc86cb820149b330962823183c519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:21:32 +0000 Subject: [PATCH] Bump puma from 5.6.4 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 6.4.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/v5.6.4...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5719b504..546c3124 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'sidekiq', "~> 5.2" gem 'sidetiq', "~> 0.7" gem 'active_model_serializers', "~> 0.10" -gem 'puma', "~> 5.6" +gem 'puma', "~> 6.4" gem 'newrelic_rpm' gem 'active_interaction', "~> 3.6" gem 'faraday-panoptes', "~> 0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 00c0dc72..280d2fcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM minitest (5.17.0) multipart-post (2.1.1) newrelic_rpm (4.7.1.340) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -142,7 +142,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (5.6.4) + puma (6.4.0) nio4r (~> 2.0) racc (1.6.1) rack (2.2.6.4) @@ -252,7 +252,7 @@ DEPENDENCIES pg (~> 0.20) pry-byebug (~> 3.6) pry-rails (~> 0.3) - puma (~> 5.6) + puma (~> 6.4) rack-cors (~> 1.0) rails (~> 5.2) responders (~> 3.0)