File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ class Dependencies
32
32
# Plugins to match GitHub.com Markdown
33
33
"jemoji" => "0.8.1" ,
34
34
"jekyll-mentions" => "1.2.0" ,
35
- "jekyll-relative-links" => "0.5.1 " ,
36
- "jekyll-optional-front-matter" => "0.2 .0" ,
37
- "jekyll-readme-index" => "0.1 .0" ,
35
+ "jekyll-relative-links" => "0.5.2 " ,
36
+ "jekyll-optional-front-matter" => "0.3 .0" ,
37
+ "jekyll-readme-index" => "0.2 .0" ,
38
38
"jekyll-default-layout" => "0.1.4" ,
39
- "jekyll-titles-from-headings" => "0.4 .0" ,
39
+ "jekyll-titles-from-headings" => "0.5 .0" ,
40
40
41
41
# Pin listen because it's broken on 2.1 & that's what we recommend.
42
42
# https://github.com/guard/listen/pull/371
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GitHubPages
4
- VERSION = 169
4
+ VERSION = 170
5
5
end
You can’t perform that action at this time.
0 commit comments