Skip to content

Commit

Permalink
Merge pull request #867 from agnostic-apollo/jekyll-3.9.3
Browse files Browse the repository at this point in the history
Bump jekyll to v3.9.3 and pages-gem to v228
  • Loading branch information
tsusdere committed Feb 1, 2023
2 parents b0f457c + 9e968a7 commit 07c8509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/github-pages/dependencies.rb
Expand Up @@ -7,7 +7,7 @@ module GitHubPages
class Dependencies
VERSIONS = {
# Jekyll
"jekyll" => "3.9.2",
"jekyll" => "3.9.3",
"jekyll-sass-converter" => "1.5.2",

# Converters
Expand Down
2 changes: 1 addition & 1 deletion lib/github-pages/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GitHubPages
VERSION = 227
VERSION = 228
end

0 comments on commit 07c8509

Please sign in to comment.