From 6284f6ecf5d7226e32e72e05f1a659f6d7a3b337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:59:20 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.5.1 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.5.1...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 a220b71f..21e51e8c 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'jbuilder', '~> 2.7' gem 'mobility', '~> 0.8.9' gem 'pagy' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 5.5' +gem 'puma', '~> 5.6' gem 'pundit' gem 'rack-timeout' gem 'sendgrid-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index 07c1518c..a456dbd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) public_suffix (4.0.6) - puma (5.5.1) + puma (5.6.4) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -317,7 +317,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry pry-byebug - puma (~> 5.5) + puma (~> 5.6) pundit pundit-matchers rack-timeout