aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:15:19 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:15:19 +0200
commit23f0cab2bfa2207719eb735709b604655dabcdf1 (patch)
tree96f3f3b4e519890397b24607828228c636da57e9 /Gemfile
parentbump dependencies (diff)
downloadblog-23f0cab2bfa2207719eb735709b604655dabcdf1.tar.gz
blog-23f0cab2bfa2207719eb735709b604655dabcdf1.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 5fd2e53..cd316df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,3 +8,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'