From 3a2e8ad8daf43d3300c8b86787439fa1c6676e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 14:39:57 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.12.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.12.1...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6ec82d9..b483b86 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.7' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 38fea09..2cd8f99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,8 @@ GEM nokogiri (1.10.5) mini_portile2 (~> 2.4.0) pg (1.1.4) - puma (3.12.1) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.5) rack (>= 1.6.0) @@ -137,7 +138,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) nokogiri (~> 1.6, >= 1.6.8.1) pg (>= 0.18, < 2.0) - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.1.7) redis (~> 4.0)