From 1b2a3e3c73674e12144fb619083df48deb958716 Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Wed, 15 Mar 2023 12:31:54 +0200 Subject: [PATCH] docs: add `webrick` to Gemfile to fix a compat issue --- docs/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 91ceacd3..ee114290 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages', group: :jekyll_plugins \ No newline at end of file +gem 'github-pages', group: :jekyll_plugins +gem "webrick"