From 94a823f805c17e8474a266822a62d68360648410 Mon Sep 17 00:00:00 2001 From: Manuel Fuhr Date: Wed, 18 Oct 2023 21:26:21 +0200 Subject: [PATCH] Add webrick to fix jekyll serve on ruby 3 --- docs/Gemfile | 2 ++ docs/Gemfile.lock | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 7bfae82..587276e 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -27,3 +27,5 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] + +gem "webrick", "~> 1.8" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 96e2833..068424c 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -249,6 +249,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) + webrick (1.8.1) PLATFORMS x86_64-linux @@ -258,6 +259,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) + webrick (~> 1.8) BUNDLED WITH - 2.4.13 + 2.4.20