From 08152f9a7a5fb977ed5f2b29a9788d3e0a0ce244 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Thu, 28 Jan 2021 18:29:08 +0000 Subject: [PATCH] Lock puma to < 5 whilst we rework init.d script The daemonization code was removed in puma/puma#2170 which is the right thing to do but we'll need to switch to a systemd script so lock to a previous version while we get that sorted. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2c6af6835..e44211dda 100644 --- a/Gemfile +++ b/Gemfile @@ -70,5 +70,5 @@ group :test do end group :production do - gem 'puma' + gem 'puma', '< 5' end diff --git a/Gemfile.lock b/Gemfile.lock index 0be77a7b6..2e614bfb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.3) - puma (5.1.1) + puma (4.3.7) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -442,7 +442,7 @@ DEPENDENCIES paperclip pg pry - puma + puma (< 5) rails (= 6.1.1) rails-controller-testing rake