aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-16 11:23:01 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-16 12:10:25 +0200
commit81aa8b6fd72be8363473f7b4e9195b9d3467fa11 (patch)
tree3aa0f9a474229bc5198c4fc68b6722cd26696488 /Gemfile
parentbump Ruby version (diff)
downloadegor-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--Gemfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index f1a9425..f4d8ee4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'