From 8dadfb0efc808d52986960b071b0d4661af9f15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 05:34:03 +0000 Subject: [PATCH] Bump puma from 5.3.2 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 5.3.2 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.3.2...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 0d5cc4a..f951ded 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '~> 5.0' gem 'rake', '>= 13.0.1' -gem 'puma', '~> 5.3.2' +gem 'puma', '~> 5.6.7' gem 'bootsnap' gem 'listen' gem 'actionpack-page_caching' diff --git a/Gemfile.lock b/Gemfile.lock index 373a53f..fb19dd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,7 +339,7 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) netrc (0.11.0) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) @@ -374,7 +374,7 @@ GEM pry (~> 0.9) slop (~> 3.0) public_suffix (4.0.6) - puma (5.3.2) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.0) rack (2.2.6.3) @@ -673,7 +673,7 @@ DEPENDENCIES pry-git pry-rails pry-remote - puma (~> 5.3.2) + puma (~> 5.6.7) rails (~> 5.0) rails-controller-testing rake (>= 13.0.1)