Skip to content

Commit 0d32533

Browse files
parkryoannchaudet
authored andcommitted
Upgrade to Jekyll 3.10.0
No functionality is changed. Since Ruby 3.0 dropped webrick and Ruby 3.4 is going to drop csv, this adds them back as dependencies. https://jekyllrb.com/news/2024/06/23/jekyll-3-10-0-released/
1 parent ee03434 commit 0d32533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5",
10+
"jekyll" => "3.10.0",
1111
"jekyll-sass-converter" => "1.5.2",
1212
"webrick" => "1.8.1",
1313

0 commit comments

Comments
 (0)