Skip to content

Commit 14ecff1

Browse files
authored
Merge pull request #902 from github/bumb-dependencies
Bump dependencies (patch and minor only)
2 parents 3fb2b08 + ae1534f commit 14ecff1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

lib/github-pages/dependencies.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@ class Dependencies
1111
"jekyll-sass-converter" => "1.5.2",
1212

1313
# Converters
14-
"kramdown" => "2.3.2",
14+
"kramdown" => "2.4.0",
1515
"kramdown-parser-gfm" => "1.1.0",
1616
"jekyll-commonmark-ghpages" => "0.4.0",
1717

1818
# Misc
1919
"liquid" => "4.0.4",
20-
"rouge" => "3.26.0",
21-
"github-pages-health-check" => "1.17.9",
20+
"rouge" => "3.30.0",
21+
"github-pages-health-check" => "1.18.2",
2222

2323
# Plugins
2424
"jekyll-redirect-from" => "0.16.0",
2525
"jekyll-sitemap" => "1.4.0",
26-
"jekyll-feed" => "0.15.1",
26+
"jekyll-feed" => "0.17.0",
2727
"jekyll-gist" => "1.5.0",
2828
"jekyll-paginate" => "1.1.0",
29-
"jekyll-coffeescript" => "1.1.1",
29+
"jekyll-coffeescript" => "1.2.2",
3030
"jekyll-seo-tag" => "2.8.0",
31-
"jekyll-github-metadata" => "2.13.0",
32-
"jekyll-avatar" => "0.7.0",
31+
"jekyll-github-metadata" => "2.16.1",
32+
"jekyll-avatar" => "0.8.0",
3333
"jekyll-remote-theme" => "0.4.3",
3434
"jekyll-include-cache" => "0.2.1",
3535

3636
# Plugins to match GitHub.com Markdown
37-
"jemoji" => "0.12.0",
37+
"jemoji" => "0.13.0",
3838
"jekyll-mentions" => "1.6.0",
39-
"jekyll-relative-links" => "0.6.1",
39+
"jekyll-relative-links" => "0.7.0",
4040
"jekyll-optional-front-matter" => "0.3.2",
4141
"jekyll-readme-index" => "0.3.0",
42-
"jekyll-default-layout" => "0.1.4",
42+
"jekyll-default-layout" => "0.1.5",
4343
"jekyll-titles-from-headings" => "0.5.3",
4444
}.freeze
4545

lib/github-pages/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GitHubPages
4-
VERSION = 228
4+
VERSION = 229
55
end

0 commit comments

Comments
 (0)