diff options
author | codecalm <codecalm@gmail.com> | 2021-04-18 15:37:38 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-04-18 15:37:38 +0200 |
commit | e64dff274456b1f17a5212f3839ac56305b4d4cc (patch) | |
tree | 3dd086ccc4707d8bf3ec761552fee632a1d2b349 /Gemfile | |
parent | numbered (ordered) list icon #97 (diff) | |
download | tabler-icons-e64dff274456b1f17a5212f3839ac56305b4d4cc.tar.xz |
mushroom, pizza fixes
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "jekyll", "~> 4.1.1" +gem "jekyll", "~> 4.2" + +gem "jekyll-include-cache", "~> 0.2.1" |