aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 12:08:05 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 12:08:05 +0200
commita9390642cfc920c3b652426e8cc6b91008dd96a2 (patch)
tree6bf702ee7914fe7774473e316cb43b4b6bf3ce9d /Gemfile
parentfix make wget w/ live reload (diff)
downloadsorting-algorithms-a9390642cfc920c3b652426e8cc6b91008dd96a2.tar.gz
sorting-algorithms-a9390642cfc920c3b652426e8cc6b91008dd96a2.zip
upgrade to Jekyll 4jekyll4
The jekyll-github-metadata bug has finally been fixed.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 1b767c5..2c525cb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,6 @@
source 'https://rubygems.org'
-gem 'jekyll', '~> 3'
+gem 'jekyll', '~> 4'
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'