From 029317ed3ea2fc6d7544d4600fe645f3b1bc73a7 Mon Sep 17 00:00:00 2001 From: Buccaneer <139928764+p4irin@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:03:41 +0200 Subject: [PATCH] Add webrick to Gemfile (#405) --- Gemfile | 1 + Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 4212de1..baf06d7 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source "https://rubygems.org" # gem "rails" gem "jekyll" gem 'github-pages' +gem 'webrick' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem # gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 5f69e56..9069bf1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,11 +206,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.16.2) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) nokogiri (1.13.8-x86_64-linux) racc (~> 1.4) octokit (4.25.1) @@ -249,6 +253,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) + webrick (1.8.1) zeitwerk (2.6.0) PLATFORMS @@ -258,6 +263,7 @@ PLATFORMS DEPENDENCIES github-pages jekyll + webrick BUNDLED WITH 2.3.19