aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:41:45 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:44:26 +0200
commitb9daf165fd8a03107e452d26d0a6685ce4e7db9f (patch)
treea79a29e723378373b07886209c0c218e91a52b6f /Gemfile
parentbump dependencies (diff)
downloadjekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.tar.gz
jekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.zip
bump Ruby version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
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'