From 3f57ba8fa7a3a559d94c05e0a1c1a41cdf671d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:31:45 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.8 in /template_app Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.0...v4.3.8) Signed-off-by: dependabot[bot] --- template_app/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template_app/Gemfile.lock b/template_app/Gemfile.lock index e34396a9..239a9994 100644 --- a/template_app/Gemfile.lock +++ b/template_app/Gemfile.lock @@ -18,10 +18,12 @@ GEM mini_portile2 (2.5.0) multi_json (1.13.1) multipart-post (2.0.0) + nio4r (2.5.7) nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) - puma (3.12.0) + puma (4.3.8) + nio4r (~> 2.0) racc (1.5.2) rack (2.0.6) rack-rewrite (1.5.1)