From 56633fd69403aed3fcb53d79fa11b9db297e3f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:29:52 +0000 Subject: [PATCH] build(deps): bump puma from 6.4.2 to 6.4.3 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ba9033835f..096d14dcbd 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "paranoia" # For soft-deleting database objects gem "pdf-forms" # filling in fund request PDFs with user input gem "pg" # Use postgresql as the database for Active Record gem "pretender" -gem "puma", "6.4.2" # 6.2.2 fails to install on m1 # Use Puma as the app server +gem "puma", "6.4.3" # 6.2.2 fails to install on m1 # Use Puma as the app server gem "pundit" # for authorization management - based on user.role field gem "rack-attack" # for blocking & throttling abusive requests gem "rack-cors" # for allowing cross-origin resource sharing diff --git a/Gemfile.lock b/Gemfile.lock index 40caa98e7a..c81953303d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,7 +364,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -634,7 +634,7 @@ DEPENDENCIES pretender pry pry-byebug - puma (= 6.4.2) + puma (= 6.4.3) pundit rack-attack rack-cors