From ba5a9738c608d2a80dbd6283ead72fa6e672955b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:14:32 +0000 Subject: [PATCH] Bump puma from 6.3.1 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 6.3.1 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/v6.3.1...v6.4.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 f5b2aec47..7a7560991 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "okcomputer", "~> 1.18" gem "pagy" gem "pg", "~> 1.5" gem "propshaft" -gem "puma", "~> 6.3" +gem "puma", "~> 6.4" gem "pundit", "~> 2.3" gem "rack-attack" gem "rails", "~> 7.0.8" diff --git a/Gemfile.lock b/Gemfile.lock index bada09802..a7fac3c9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,7 +289,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -319,7 +319,7 @@ GEM pry-nav (1.0.0) pry (>= 0.9.10, < 0.15) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -563,7 +563,7 @@ DEPENDENCIES propshaft pry pry-nav - puma (~> 6.3) + puma (~> 6.4) pundit (~> 2.3) rack-attack rails (~> 7.0.8)