From 6858583ba9e051e9de1e86af17d0f2607a06f020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 04:39:18 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 4.3.8. - [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/v3.9.1...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e9d9d3f7..78654672 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ ruby "2.5.3" #RAILS gem 'rails', '~> 5.1.1' gem 'pg' -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' #CORE INFRASTRUCTURE gem 'friendly_id', '~> 5.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index e8ea0f0d..2258a739 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -712,8 +712,10 @@ GEM polyamorous (1.3.1) activerecord (>= 3.0) public_suffix (3.0.0) - puma (3.9.1) - puma (3.9.1-java) + puma (4.3.8) + nio4r (~> 2.0) + puma (4.3.8-java) + nio4r (~> 2.0) rack (2.0.3) rack-cors (0.4.1) rack-protection (1.5.3) @@ -894,7 +896,7 @@ DEPENDENCIES kaminari listen (>= 3.0.5, < 3.2) pg - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.1.1) rails-erd