From 907b08858c320357da927a43b645aa2988cee417 Mon Sep 17 00:00:00 2001 From: natashamm Date: Wed, 6 Mar 2024 21:52:13 -0800 Subject: [PATCH] fix --- Gemfile | 2 ++ _config.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f01211b..98e761c 100644 --- a/Gemfile +++ b/Gemfile @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # 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/_config.yml b/_config.yml index e06e8b6..c9cb4dc 100644 --- a/_config.yml +++ b/_config.yml @@ -62,7 +62,7 @@ linkedin: natashamattson #hackernews: username # Gems -plugins: +gems: - jekyll-mentions - jekyll-feed - jekyll-sitemap