Skip to content

Commit

Permalink
update jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere committed Jan 5, 2024
1 parent fa1b540 commit 117fd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module GitHubPages
class Dependencies
VERSIONS = {
# Jekyll
"jekyll" => "3.9.3",
"jekyll" => "3.9.4",
"jekyll-sass-converter" => "1.5.2",

# Converters
Expand Down Expand Up @@ -63,7 +63,7 @@ def self.version_report
require "nokogiri"

{
"ruby" => RUBY_VERSION,
"ruby" => "3.3",

# Gem versions we're curious about
"github-pages" => VERSION.to_s,
Expand Down

0 comments on commit 117fd75

Please sign in to comment.