From 45d25480bb3d17ab85c46366d465b6163651f43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 09:34:08 +0000 Subject: [PATCH] Bump puma from 3.12.3 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.12.3 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.12.3...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8611b33..7b7c480 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'jwt' # Use Puma as the app server gem "pg" -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 43b5491..36f669b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1053,7 +1053,9 @@ GEM mime-types (3.3) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.13.0) @@ -1071,7 +1073,8 @@ GEM ast (~> 2.4.0) pg (1.2.1) public_suffix (4.0.1) - puma (3.12.3) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.8) rack-cache (1.10.0) rack (>= 0.4) @@ -1195,7 +1198,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) open3 pg - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.3) redis (= 4.1.2) redis-namespace