From 8675b5add438f1e730778ff7a3462f07aac3cb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:11:45 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5f52daf..b3e391d 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'newrelic_rpm', '~> 9.4' gem 'oj', '~> 3.16' gem 'pagy', '~> 6.0' gem 'pg', '~> 1.5' -gem 'puma', '~> 6.3' +gem 'puma', '~> 6.4' gem 'pundit', '~> 2.3' gem 'rack-cors', '~> 2.0' gem 'sass-rails', '~> 6.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index dcc5dfb..1dde91d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -536,7 +536,7 @@ DEPENDENCIES prosopite (~> 1.3.3) pry-byebug (~> 3.9) pry-rails (~> 0.3.9) - puma (~> 6.3) + puma (~> 6.4) pundit (~> 2.3) rack-cors (~> 2.0) rails (~> 7.0.8)