From 9500f53e7a4ec80bcd8cd907aa5a7cb1476162dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:00:15 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 4.3.9. - [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.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... 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..7ce27fc1 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.9) + nio4r (~> 2.0) + puma (4.3.9-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