diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:37:21 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:44:26 +0200 |
commit | 7a113e933c2840c9e609661d79607d324d3621ed (patch) | |
tree | 35f6bc7058b548949b1bc187d6dc18e9a747bf20 | |
parent | Revert "upgrade to Jekyll 4" (diff) | |
download | jekyll-theme-7a113e933c2840c9e609661d79607d324d3621ed.tar.gz jekyll-theme-7a113e933c2840c9e609661d79607d324d3621ed.zip |
add a factual comment to Gemfile
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,6 +4,6 @@ gem 'jekyll', '~> 3' gem 'jekyll-github-metadata' gem 'jekyll-paginate' gem 'jekyll-tidy' -# Why is this not a dependency of Jekyll? Considering that without -# kramdown-parser-gfm, Jekyll will error out. + +# Jekyll 3.9.0 requires this as an explicit dependency: gem 'kramdown-parser-gfm' |