aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:06:46 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:06:46 +0200
commit0dbfa37bc813a26df5f523cf45f240fd0781c20a (patch)
treef1d319732057cd746d180329ad26d251c91de194 /Gemfile
parentbump dependencies (diff)
downloadegor-tensin.github.io-0dbfa37bc813a26df5f523cf45f240fd0781c20a.tar.gz
egor-tensin.github.io-0dbfa37bc813a26df5f523cf45f240fd0781c20a.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 938c926..1b767c5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,3 +4,6 @@ gem 'jekyll', '~> 3'
gem 'jekyll-github-metadata'
gem 'jekyll-remote-theme'
gem 'jekyll-tidy'
+
+# Jekyll 3.9.2 requires this as an explicit dependency for Ruby 3:
+gem 'webrick'