From cfbf9952fe851584882b0e7c97326f37334ebcb3 Mon Sep 17 00:00:00 2001 From: jihye Date: Thu, 18 Mar 2021 20:08:23 +0900 Subject: [PATCH] =?UTF-8?q?webrick=20gem=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - github-pages gem이 Ruby3 버전을 지원하지 않아서 따로 추가해서 해결 - https://github.com/github/pages-gem/issues/752#issuecomment-764647862 --- Gemfile | 2 ++ Gemfile.lock | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d680a12..1129327 100644 --- a/Gemfile +++ b/Gemfile @@ -9,3 +9,5 @@ group :jekyll_plugins do gem "jekyll-seo-tag" gem "github-pages" end + +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 39f76bd..264bee4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,13 +205,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) + mini_portile2 (2.5.0) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.14.4) multipart-post (2.1.1) - nokogiri (1.11.2-x86_64-darwin) + nokogiri (1.11.2) + mini_portile2 (~> 2.5.0) racc (~> 1.4) octokit (4.20.0) faraday (>= 0.9) @@ -251,16 +253,18 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) + webrick (1.7.0) zeitwerk (2.4.2) PLATFORMS - x86_64-darwin-20 + ruby DEPENDENCIES github-pages jekyll jekyll-feed jekyll-seo-tag + webrick (~> 1.7) RUBY VERSION ruby 3.0.0p0