From ae34dbe887a2aa505e21318a2713deae942fd8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:12:21 +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 72de998..c60c335 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ end gem 'rails', '~> 5.1.1' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' gem 'sassc-rails' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index b3a4ddc..71909bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,8 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (3.1.1) - puma (3.12.1) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.3) rack-proxy (0.6.5) @@ -368,7 +369,7 @@ DEPENDENCIES normalize-rails pg (~> 0.18) pry-byebug - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.1.1) rails_real_favicon