From a079e9685fa20e9d95800b7628f11a08b4ebb193 Mon Sep 17 00:00:00 2001
From: igonzalezb <igonzalezb@users.noreply.github.com>
Date: Wed, 26 Jul 2023 19:58:55 -0300
Subject: [PATCH] Update Gemfile

---
 Gemfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index c6a400fe..7797233b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,4 +33,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
 gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
 gem "github-pages", "~> 227", group: :jekyll_plugins
 
-gem "webrick", "~> 1.7"
\ No newline at end of file
+gem "webrick", ">= 2.2.8"
+