From 7a43c1d70c0fa5f19f29a2eb0084063384482f2d Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:46:06 +0000 Subject: [PATCH] Downgrade rackup back to 1.0.0 There is currently a [bug in Puma](puma/puma#3532) that causes issues with v1.0.1 of rackup. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f1c0459e8..6c1dad163 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -570,7 +570,7 @@ GEM rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.1) + rackup (1.0.0) rack (< 3) webrick rails (7.1.3.4)