From 7aa3233bcbb8b296038842c6091c1173402472d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 12:51:41 +1100 Subject: [PATCH] DEV: Bump puma from 3.12.2 to 4.3.1 (#8475) The downside here is that we are now going to require nio4r which requires some native code. It is reasonably low risk though cause puma is very well tested. We use puma mostly in test environments, not in production. --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ee63b6c1c0a..7b443b1af5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,6 +204,7 @@ GEM multi_xml (0.6.0) multipart-post (2.1.1) mustache (1.1.0) + nio4r (2.5.2) nokogiri (1.10.5) mini_portile2 (~> 2.4.0) nokogumbo (2.0.1) @@ -268,7 +269,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.0.3) - puma (3.12.2) + puma (4.3.1) + nio4r (~> 2.0) r2 (0.2.7) rack (2.0.7) rack-mini-profiler (1.1.3)