From bba321808c990db7514c97e1007c2e2d792cd3b7 Mon Sep 17 00:00:00 2001 From: Cristobal Galleguillos Katz Date: Wed, 9 Jun 2021 21:54:03 -0400 Subject: [PATCH] deps: add webrick Ruby 3.0 no longer comes with webrick. issue: https://github.com/github/pages-gem/issues/752 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 4817ffa..028a248 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source 'https://rubygems.org' gem 'json' gem 'github-pages', group: :jekyll_plugins gem 'jekyll-feed' + +gem "webrick", "~> 1.7"