From d380ba0c0af1da7cc145245e32c6021590b5420f Mon Sep 17 00:00:00 2001 From: Vidhya Venkatesan Date: Thu, 18 Apr 2024 21:54:43 +0530 Subject: [PATCH] Update Gemfile jekyll 3.9.5 | Error: No source of timezone data could be found. Please refer to https://tzinfo.github.io/datasourcenotfound for help resolving this error cannot load such file -- webrick (LoadError) --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 1629566..ebd4609 100644 --- a/Gemfile +++ b/Gemfile @@ -24,4 +24,7 @@ group :jekyll_plugins do gem "jekyll-feed" gem 'jekyll-sitemap' gem 'hawkins' + gem "webrick", "~> 1.8" end + +gem "tzinfo-data"