From db260c657785cbf755a802675a6a72183bfa64dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:43:09 +0000 Subject: [PATCH] chore(deps): 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: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 ced50a3c..b5d700b1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem 'puma', '~> 6.4.3' +gem 'puma', '~> 6.5.0' gem 'rails', '~> 7.2.2' gem 'rails-i18n', '~> 7.0.5' gem 'rack-cors', '~> 2.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 9aa353bb..0a8fe74c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -412,7 +412,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -681,7 +681,7 @@ DEPENDENCIES propshaft (= 1.1.0) pry-rails pry-rescue - puma (~> 6.4.3) + puma (~> 6.5.0) pundit (~> 2.4.0) rack (~> 3.0.11) rack-cors (~> 2.0.2)