From 8411a4ab18a2ad346e0c2687d0860d017cebb50a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 13:37:31 +0000 Subject: [PATCH] Bump puma from 5.3.2 to 5.5.1 Bumps [puma](https://github.com/puma/puma) from 5.3.2 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.2...v5.5.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 87e79a2c..379725ac 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pg', '~> 1.1' gem 'mysql2', '~>0.5.3' # Use Puma as the app server -gem 'puma', '~> 5.3.2' +gem 'puma', '~> 5.5.1' gem 'redis' gem 'hiredis' diff --git a/Gemfile.lock b/Gemfile.lock index 15130def..3e49aa95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,6 +183,8 @@ GEM nio4r (2.5.8) nokogiri (1.12.5-x86_64-darwin) racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) oj (3.13.10) parallel (1.21.0) parser (3.0.3.2) @@ -196,7 +198,7 @@ GEM yard (~> 0.9.11) pry-rails (0.3.9) pry (>= 0.10.4) - puma (5.3.2) + puma (5.5.1) nio4r (~> 2.0) pundit (2.1.1) activesupport (>= 3.0.0) @@ -364,6 +366,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES annotate @@ -387,7 +390,7 @@ DEPENDENCIES pry (= 0.14.1) pry-doc (= 1.2.0) pry-rails (= 0.3.9) - puma (~> 5.3.2) + puma (~> 5.5.1) pundit rack-cors rails (~> 6.1.3)