From e21fed707845b30a23133f91b8b5679a105886af Mon Sep 17 00:00:00 2001 From: levikeay <63168148+levikeay@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:54:48 -0700 Subject: [PATCH] Update Gemfile Added webrick to allow build with latest version of Ruby, which no longer includes webrick natively. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index fb0e26773..d79593bee 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,7 @@ source "http://rubygems.org" gem "jekyll" gem "rack" +gem "webrick" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins