From c0746ae5ddbb5e341b8cc5c3740fb63f4b1d7e46 Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Sun, 21 May 2023 13:22:24 +0900 Subject: [PATCH] bundle exec jekyll serve https://github.com/github/pages-gem/issues/752 --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index e44e449..a3c5a03 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,4 @@ source 'https://rubygems.org' gem "github-pages", group: :jekyll_plugins +# https://github.com/github/pages-gem/issues/752 +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index a5a088b..b8be894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,12 +247,14 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) + webrick (1.8.1) PLATFORMS x86_64-darwin-22 DEPENDENCIES github-pages + webrick (~> 1.8) BUNDLED WITH 2.4.10