From ab9902c762adf4c3c16f7ce0ec4d3f2e2bcc2141 Mon Sep 17 00:00:00 2001 From: Vincent Romagnoli Date: Wed, 28 Oct 2020 08:40:09 +0100 Subject: [PATCH] Update puma gem to fix failing installation on MacOS (#289) related to issue https://github.com/puma/puma/issues/2304 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e798b15f..7474ce22d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,7 +307,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.5) - puma (4.3.5) + puma (5.0.2) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0)