From e3b818ecabad05a51f7d47c4707546409a9da163 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Mon, 11 Jan 2021 08:20:25 -0800 Subject: [PATCH] Update Puma to fix a compilation error https://github.com/puma/puma/issues/2304 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 32c1d3e..e6c24f0 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "high_voltage" gem "neat", "~> 1.7.0" gem "normalize-rails", "~> 3.0.0" gem "pg" -gem "puma" +gem "puma", "~> 5.0" gem "rack-canonical-host" # Use Github so that we get https://github.com/rails/sprockets-rails/pull/454. # The sprockets-rails gem releases infrequently diff --git a/Gemfile.lock b/Gemfile.lock index bebc292..8cfa001 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.4) - puma (4.3.5) + puma (5.0.4) nio4r (~> 2.0) rack (2.2.3) rack-canonical-host (1.0.0) @@ -295,7 +295,7 @@ DEPENDENCIES normalize-rails (~> 3.0.0) pg pry-rails - puma + puma (~> 5.0) rack-canonical-host rack-timeout rails (~> 6.0.3)