From cfb28029dcecb7fa8a298044c59e8c643f47c8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:08:59 +0000 Subject: [PATCH] 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 bd28a31..7c7dead 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ ruby '3.1.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '7.1.3.4' # Use Puma as the app server -gem 'puma', '6.4.2' +gem 'puma', '6.4.3' # Use SCSS for stylesheets gem 'sass-rails', '>=5.0.5' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index e33adea..47f3608 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM psych (5.1.2) stringio public_suffix (5.1.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.0) rack (3.1.3) @@ -288,7 +288,7 @@ DEPENDENCIES contentstack (~> 0.8.0) jbuilder (= 2.11.5) listen (= 3.9.0) - puma (= 6.4.2) + puma (= 6.4.3) rails (= 7.1.3.4) sass-rails (>= 5.0.5) selenium-webdriver (= 4.8.6)