diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 11:23:01 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 12:10:25 +0200 |
commit | 81aa8b6fd72be8363473f7b4e9195b9d3467fa11 (patch) | |
tree | 3aa0f9a474229bc5198c4fc68b6722cd26696488 /Gemfile | |
parent | bump Ruby version (diff) | |
download | egor-tensin.github.io-81aa8b6fd72be8363473f7b4e9195b9d3467fa11.tar.gz egor-tensin.github.io-81aa8b6fd72be8363473f7b4e9195b9d3467fa11.zip |
stick to Jekyll 3 temporarily
Jekyll 4 & github-metadata are incompatible in practice, see
https://github.com/jekyll/github-metadata/issues/237
This was the reason of recent CI failures.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,8 +1,5 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 4.2' +gem 'jekyll', '~> 3' -group :jekyll_plugins do - # I think jekyll-github-metadata 2.14.0 is buggy? - gem 'jekyll-github-metadata', '2.13.0' - gem 'jekyll-remote-theme' -end +gem 'jekyll-github-metadata' +gem 'jekyll-remote-theme' |