From 16d8ba0b05d74fe7cceb53703c4e24a2da7a7337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:48:38 +0000 Subject: [PATCH] Bump puma from 6.3.1 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 6.3.1 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.3.1...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 46a96f8..9ebba3a 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rails', '~> 7.0' gem 'pg', '~> 1.5.3' gem 'activerecord-cockroachdb-adapter', '~> 7.0', '>= 7.0.1' # Use Puma as the app server -gem 'puma', '~> 6.3' +gem 'puma', '~> 6.4' # Use SCSS for stylesheets gem 'sassc', '~> 2.4' gem 'haml-rails', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index ecd92ea..32e5fd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.6.1) + nio4r (2.7.1) nokogiri (1.16.3-aarch64-linux) racc (~> 1.4) nokogiri (1.16.3-arm64-darwin) @@ -226,7 +226,7 @@ GEM websocket-driver (>= 0.2.0) popper_js (2.11.7) public_suffix (5.0.1) - puma (6.3.1) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) rack (2.2.8.1) @@ -368,7 +368,7 @@ DEPENDENCIES listen pg (~> 1.5.3) poltergeist (~> 1.18) - puma (~> 6.3) + puma (~> 6.4) rails (~> 7.0) rails-controller-testing (~> 1.0) rb-readline