From 96da0b48bde6eae5e1d7cb0447c41a17c5e1cc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:20:37 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.8 in /viewer 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) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- viewer/Gemfile | 2 +- viewer/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/viewer/Gemfile b/viewer/Gemfile index eca1f90..30a2faf 100644 --- a/viewer/Gemfile +++ b/viewer/Gemfile @@ -5,7 +5,7 @@ ruby '>= 2.6.5' gem 'rails', '~> 5.2.4' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'tzinfo-data' gem 'dotenv-rails' gem 'blazer' diff --git a/viewer/Gemfile.lock b/viewer/Gemfile.lock index a4210b3..3085696 100644 --- a/viewer/Gemfile.lock +++ b/viewer/Gemfile.lock @@ -80,7 +80,8 @@ GEM nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pg (1.2.3) - puma (3.12.6) + puma (4.3.8) + nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -137,7 +138,7 @@ DEPENDENCIES byebug dotenv-rails pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.4) tzinfo-data