From fb38a49bd92109621d133da64c53c6567b4be369 Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:57:20 +0000 Subject: [PATCH] Downgrade rackup back to 1.0.0 There is currently a [bug in Puma](https://github.com/puma/puma/pull/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 f588ec465..95c35eaf8 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)