From acf14e4e953c61934df0bda3c7812467f75043e6 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 11 Jun 2024 12:30:09 +0100 Subject: [PATCH] Update Gemfile as per https://pages.github.com/versions/ --- Gemfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d32a6b6..218a111 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,8 @@ source 'https://rubygems.org' -gem 'jekyll', '4.0.0' -gem 'rdiscount', '2.2.0.1' -gem 'kramdown', '>= 2.3.0' +gem 'jekyll', '3.9.5' +gem 'rdiscount', '2.2.7.3' +gem 'kramdown', '2.4.0' +gem 'kramdown-parser-gfm', '1.1.0' + +gem "webrick", "~> 1.8"