+1
-1
Gemfile
+1
-1
Gemfile
···
7
7
8
8
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
9
9
10
-
gem "jekyll", "~> 4.3"
10
+
gem "jekyll", "~> 4.1"
11
11
gem "liquid-c"
12
12
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
13
13