From 778fe2909d64c0a493fdf1f09ba3f29d7c7deb44 Mon Sep 17 00:00:00 2001 From: bnbong Date: Thu, 27 Jul 2023 13:06:58 +0900 Subject: [PATCH] =?UTF-8?q?webrick=20=EC=9D=98=EC=A1=B4=EC=84=B1=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20#130?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 ++ Gemfile.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2a6cea2..a557931 100644 --- a/Gemfile +++ b/Gemfile @@ -7,3 +7,5 @@ gem 'tzinfo-data' # Explicit versions for reported security issue gem 'activesupport', '>4.1.11' + +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index ef64a31..acc29d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,17 +221,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) + mini_portile2 (2.8.4) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.18.0) multipart-post (2.1.1) - nokogiri (1.13.8-arm64-darwin) - racc (~> 1.4) - nokogiri (1.13.8-x64-mingw32) - racc (~> 1.4) - nokogiri (1.13.8-x86_64-linux) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) @@ -269,12 +267,13 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.1) - unf_ext (0.0.8.1-x64-mingw32) unicode-display_width (1.8.0) + webrick (1.8.1) zeitwerk (2.6.7) PLATFORMS arm64-darwin-20 + arm64-darwin-22 x64-mingw32 x86_64-linux @@ -283,6 +282,7 @@ DEPENDENCIES github-pages (> 200) jekyll-relative-links tzinfo-data + webrick (~> 1.8) BUNDLED WITH 2.3.22