From 93ed361cd492ceff43615515aec1b1ee53f82eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:09:38 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.6...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 a400f26..db5e574 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) do |repo_name| end gem 'rails', '~> 5.0.1' -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'rack-cors' gem 'sidekiq' gem 'redis' diff --git a/Gemfile.lock b/Gemfile.lock index 81e39ed..701874e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,8 @@ GEM parser (2.4.0.0) ast (~> 2.2) powerpack (0.1.1) - puma (3.12.6) + puma (4.3.8) + nio4r (~> 2.0) rack (2.2.3) rack-cors (1.0.2) rack-protection (2.0.0) @@ -181,7 +182,7 @@ DEPENDENCIES ffaker firebase listen (~> 3.0.5) - puma (~> 3.12) + puma (~> 4.3) rack-cors rails (~> 5.0.1) redis