From d36cca951869d09c8a28664c0fea614d803fe68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 19:48:51 +0000 Subject: [PATCH] build(deps): 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 f7a7ef75..80618b6c 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'image_processing', '~> 1.12' gem 'jbuilder', '~> 2.11' gem 'jquery-rails' gem 'pg', '~> 1.5' -gem 'puma', '~> 6.3' +gem 'puma', '~> 6.4' gem 'pundit' gem 'rails', '~> 7.0.8' gem 'rails_admin', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 64950e6e..f50a639b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,7 +220,7 @@ GEM racc pg (1.5.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) @@ -406,7 +406,7 @@ DEPENDENCIES net-pop net-smtp pg (~> 1.5) - puma (~> 6.3) + puma (~> 6.4) pundit rack-mini-profiler (~> 3.1) rails (~> 7.0.8)