From 9405bf5d2d86eeb78fc75efe360e23e773762235 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Fri, 12 Jan 2024 08:30:23 -0800 Subject: [PATCH] fixup! Update webrick Whatever happened here, webrick 2.2.8 doesn't exist. Use the correct updated version. (How did it work in GitHub Actions?) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 531e64cf..fdc4af31 100644 --- a/Gemfile +++ b/Gemfile @@ -26,4 +26,4 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? -gem "webrick", "~> 2.2.8" +gem "webrick", "~> 1.8.1"