Skip to content

Commit 07c8509

Browse files
authored
Merge pull request #867 from agnostic-apollo/jekyll-3.9.3
Bump jekyll to v3.9.3 and pages-gem to v228
2 parents b0f457c + 9e968a7 commit 07c8509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/github-pages/dependencies.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module GitHubPages
77
class Dependencies
88
VERSIONS = {
99
# Jekyll
10-
"jekyll" => "3.9.2",
10+
"jekyll" => "3.9.3",
1111
"jekyll-sass-converter" => "1.5.2",
1212

1313
# Converters

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 = 227
4+
VERSION = 228
55
end

0 commit comments

Comments
 (0)