From 6a83e5e93626596e0cddcd9bf84360ec0bde9b9b Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Tue, 2 Mar 2021 14:43:43 +0000 Subject: [PATCH] Bump Puma to 4.3.7 This fixes a compilation error - see https://github.com/puma/puma/pull/2314 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 76b7a86..681be45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM minitest (5.14.2) msgpack (1.3.3) multipart-post (2.1.1) - nio4r (2.5.4) + nio4r (2.5.5) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -135,7 +135,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.3) - puma (4.3.5) + puma (4.3.7) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3)