From 3444f58aad90257ec8652bca0d1a9fc9e8d22ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:20:39 +0000 Subject: [PATCH] Bump puma from 6.4.0 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 6.4.2. - [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.0...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f7c48d5..51b7ea6 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.8' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4.4' # Use Puma as the app server -gem 'puma', '>= 5.6.4', '~>6.4.0' +gem 'puma', '~> 6.4.2' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index abeffe4..0bbbc47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,11 +286,13 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) nokogiri (1.15.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.15.4-x86_64-linux) + racc (~> 1.4) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) @@ -300,7 +302,7 @@ GEM psych (5.1.0) stringio public_suffix (5.0.3) - puma (6.4.0) + puma (6.4.2) nio4r (~> 2.0) qa (5.10.0) activerecord-import @@ -588,6 +590,7 @@ GEM PLATFORMS arm64-darwin-22 x86_64-darwin-23 + x86_64-linux DEPENDENCIES better_errors @@ -610,7 +613,7 @@ DEPENDENCIES lograge mysql2 psych (~> 5.1) - puma (~> 6.4.0, >= 5.6.4) + puma (~> 6.4.2) qa (~> 5.10) qa_server! rails (~> 7.0.8)