From eada8c9af220645aa6e9884f3471fb92f4fbaf93 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Mon, 18 Oct 2021 14:23:28 +0530 Subject: [PATCH] chore: Fix puma http-parser error (#3236) https://github.com/puma/puma/releases/tag/v5.5.2 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 11d12a459..472605559 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -396,7 +396,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.5.1) + puma (5.5.2) nio4r (~> 2.0) pundit (2.1.1) activesupport (>= 3.0.0)