From a9747f7c667d8c104fe8fb92424df19816f01d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:44:27 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.7. - [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/v5.6.5...v5.6.7) --- 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 4873ec51..8dbe1f9c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby File.read(".ruby-version").strip # Rails specific gem "pg", "~> 1.1" # Use postgresql as the database for Active Record -gem "puma", "~> 5.0" # Use the Puma web server [https://github.com/puma/puma] +gem "puma", "~> 5.6" # Use the Puma web server [https://github.com/puma/puma] gem "rails", "~> 7.0.4" gem "sprockets-rails" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] diff --git a/Gemfile.lock b/Gemfile.lock index e6ed27f3..e3179eea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,7 +231,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.3-x86_64-darwin) racc (~> 1.4) nokogiri (1.14.3-x86_64-linux) @@ -249,7 +249,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) - puma (5.6.5) + puma (5.6.7) nio4r (~> 2.0) pundit (2.2.0) activesupport (>= 3.0.0) @@ -450,7 +450,7 @@ DEPENDENCIES mobility (~> 1.2) mobility-ransack (~> 1.2) pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.6) pundit (~> 2.2) pundit-matchers (~> 1.8) rails (~> 7.0.4)