From 45a9b5d7acb2dfeb848350ec3168dabcb3b8fc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:07:01 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e833954..819822b 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'jbuilder', '~> 2.7' gem 'kaminari' gem 'paper_trail' gem 'pg' -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' gem 'pundit' gem 'rails', '~> 6.1.4' gem 'ransack' diff --git a/Gemfile.lock b/Gemfile.lock index 3bf9b46..bfbed41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,7 @@ GEM mini_mime (1.1.0) minitest (5.14.4) msgpack (1.4.2) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.7-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) @@ -144,7 +144,7 @@ GEM ast (~> 2.4.1) pg (1.2.3) public_suffix (4.0.6) - puma (5.3.2) + puma (5.6.4) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -327,7 +327,7 @@ DEPENDENCIES listen (~> 3.3) paper_trail pg - puma (~> 5.0) + puma (~> 5.6) pundit rack-mini-profiler (~> 2.0) rails (~> 6.1.4)