From f6b3d909b64487b20296550351192c96ddd823ff Mon Sep 17 00:00:00 2001 From: Jerry Cyan Date: Thu, 4 Apr 2024 16:44:14 +0800 Subject: [PATCH] Updated Apr 4 2024 --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index cbb69bd..1e0a197 100644 --- a/Gemfile +++ b/Gemfile @@ -39,3 +39,5 @@ gem "kramdown-parser-gfm" # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 916a90f..3ae820b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,6 +270,7 @@ GEM unicode-display_width (1.8.0) uri (0.13.0) wdm (0.1.1) + webrick (1.8.1) PLATFORMS aarch64-linux @@ -288,6 +289,7 @@ DEPENDENCIES tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.0) + webrick (~> 1.8) BUNDLED WITH 2.5.6