From 300374be8bf5583fed9108986ad3c1991e887404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:12:48 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.11.0 to 4.3.11. - [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.11.0...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e076a28..ad3c71a 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'jquery-rails' gem 'json-jwt' gem 'mini_racer', '~> 0.2.6' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' gem 'rack-timeout', '~> 0.4' gem 'rails', '~> 5' gem 'redis-rails', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 7842833..edce0ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM activesupport aes_key_wrap bindata - libv8 (7.3.492.27.1-x86_64-linux) + libv8 (7.3.492.27.1) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -119,7 +119,8 @@ GEM pg (0.21.0) popper_js (1.14.5) powerpack (0.1.1) - puma (3.11.0) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.7) rack-mini-profiler (0.10.7) rack (>= 1.2.0) @@ -265,7 +266,7 @@ DEPENDENCIES listen (~> 3.0.5) mini_racer (~> 0.2.6) pg (~> 0.18) - puma (~> 3.0) + puma (~> 4.3) rack-mini-profiler (~> 0.10) rack-timeout (~> 0.4) rails (~> 5)