From b9daf165fd8a03107e452d26d0a6685ce4e7db9f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 22 Oct 2022 18:41:45 +0200 Subject: bump Ruby version --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 299426e..2dd10aa 100644 --- a/Gemfile +++ b/Gemfile @@ -7,3 +7,6 @@ gem 'jekyll-tidy' # Jekyll 3.9.0 requires this as an explicit dependency: gem 'kramdown-parser-gfm' + +# Jekyll 3.9.2 requires this as an explicit dependency for Ruby 3: +gem 'webrick' -- cgit v1.2.3