From e3cb6a28b315a68310070fd6539ab1355dc645fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:12:49 +0000 Subject: [PATCH] Bump puma from 5.3.2 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.6.4. - [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.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0d5cc4a..9a07637 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.4' gem 'bootsnap' gem 'listen' gem 'actionpack-page_caching' diff --git a/Gemfile.lock b/Gemfile.lock index d55040e..a902078 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -374,7 +374,7 @@ GEM pry (~> 0.9) slop (~> 3.0) public_suffix (4.0.6) - puma (5.3.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -673,7 +673,7 @@ DEPENDENCIES pry-git pry-rails pry-remote - puma (~> 5.3.2) + puma (~> 5.6.4) rails (~> 5.0) rails-controller-testing rake (>= 13.0.1)