diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 14:53:18 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 14:53:18 +0200 |
commit | c30fc2acd3119de067f2f6a159f5654d1668c4cf (patch) | |
tree | 6acd05ebd0bb26bb03b3838672fbba9d082e3979 /Gemfile | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-c30fc2acd3119de067f2f6a159f5654d1668c4cf.tar.gz egor-tensin.github.io-c30fc2acd3119de067f2f6a159f5654d1668c4cf.zip |
upgrade to Jekyll 4
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 3' +gem 'jekyll', '~> 4' gem 'jekyll-github-metadata' gem 'jekyll-remote-theme' |