From a645e2eae71edaa260a4839c520aea4ae8b81265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 07:14:09 +0000 Subject: [PATCH] Bump puma from 6.4.3 to 6.5.0 Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.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.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development 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 88614ba..1e7800a 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem 'bootsnap', require: false group :development, :test do # Use the Puma web server [https://github.com/puma/puma] - gem 'puma', '~> 6.4' + gem 'puma', '~> 6.5' # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index d2eeb7c..26746eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM psych (5.1.2) stringio public_suffix (5.0.4) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -336,7 +336,7 @@ DEPENDENCIES jbuilder pg (~> 1.5) propshaft - puma (~> 6.4) + puma (~> 6.5) rack-cors rails (~> 8.0.0) rubocop-minitest (~> 0.36.0)