From 65fd834885b427a4f813344f13497702c18c5a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:21:33 +0000 Subject: [PATCH] Bump puma from 5.3.1 to 5.5.1 Bumps [puma](https://github.com/puma/puma) from 5.3.1 to 5.5.1. - [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.1...v5.5.1) --- 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 39760d19..277f5d7c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "~> 6.1.1" gem "bootsnap" gem "jbuilder", "~> 2.7" gem "pg", "~> 1.1" -gem "puma", "~> 5.3" +gem "puma", "~> 5.5" gem "sass-rails", ">= 6" gem "turbolinks", "~> 5" gem "webpacker", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index e26788d9..f0d77472 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,7 @@ GEM msgpack (1.4.2) multi_xml (0.6.0) multipart-post (2.1.1) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -315,7 +315,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.3.1) + puma (5.5.1) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -596,7 +596,7 @@ DEPENDENCIES postmark-rails (~> 0.21.0) pry-byebug pry-rails - puma (~> 5.3) + puma (~> 5.5) pundit (~> 2.1) rack-attack rack-mini-profiler (~> 2.0)