From a801c44e986ab432c7dc705ca5373bf2bd691bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 23:08:28 +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 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c18abcb..03c6bc2 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'coffee-rails', '~> 4.2' gem 'dotenv-rails' gem 'nokogiri' gem 'pg' -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.1.1' gem 'ransack', github: 'activerecord-hackery/ransack' gem 'redis' diff --git a/Gemfile.lock b/Gemfile.lock index 606d684..88b54f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,8 @@ GEM activerecord (>= 3.0) powerpack (0.1.1) public_suffix (2.0.5) - puma (3.9.1) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.3) rack-protection (2.0.0) rack @@ -263,7 +264,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) nokogiri pg - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.1) ransack! redis