From a54ce3a2ea52a519438e21de88fab01a78d76eed Mon Sep 17 00:00:00 2001 From: Binyamin <183966+laukstein@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:17:23 +0200 Subject: [PATCH] Added webrick for Ruby 3 Ref. https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll#building-your-site-locally --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index c95db72..adc39b1 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,4 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "github-pages", "~> 228", group: :jekyll_plugins gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index c07aedb..54f32c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -265,6 +265,7 @@ GEM unf_ext (0.0.9.1) unicode-display_width (1.8.0) uri (0.13.0) + webrick (1.8.1) PLATFORMS x64-mingw-ucrt @@ -273,6 +274,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 228) tzinfo-data + webrick BUNDLED WITH 2.3.17