diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:08:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:08:05 +0200 |
commit | a9390642cfc920c3b652426e8cc6b91008dd96a2 (patch) | |
tree | 6bf702ee7914fe7774473e316cb43b4b6bf3ce9d /Gemfile | |
parent | fix make wget w/ live reload (diff) | |
download | sorting-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-- | Gemfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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' |