From c5ccf94c40bbf0ba0655535f93f5a2b2061e7e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:13:14 +0000 Subject: [PATCH] chore(deps): 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fe4ab147f..14c50289e 100644 --- a/Gemfile +++ b/Gemfile @@ -123,7 +123,7 @@ gem "virtus" gem "nilify_blanks" # Web server -gem "puma", "~> 6.4.2" +gem "puma", "~> 6.4.3" # Performance & Error reporting gem "stackprof" diff --git a/Gemfile.lock b/Gemfile.lock index f28ce43d9..8d1711265 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -365,7 +365,7 @@ GEM nilify_blanks (1.4.0) activerecord (>= 4.0.0) activesupport (>= 4.0.0) - nio4r (2.5.9) + nio4r (2.7.3) nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) @@ -421,7 +421,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) public_suffix (5.0.3) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (0.3.0) activesupport (>= 3.0.0) @@ -781,7 +781,7 @@ DEPENDENCIES prawn prawn-table pry-byebug - puma (~> 6.4.2) + puma (~> 6.4.3) pundit (~> 0.3) pusher (= 0.15.2) rack-cors (~> 1.0)