Skip to content

Commit

Permalink
[Website]: Update to Jekyl 4.3.3 (#451)
Browse files Browse the repository at this point in the history
Use the latest Jekyll so the docs build with the latest Ruby version.

We'll update other dependencies by #449 .
  • Loading branch information
alamb committed Jan 6, 2024
1 parent 13a2820 commit a195a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
source "https://rubygems.org"
ruby RUBY_VERSION

gem "jekyll", "4.2.0"
gem "jekyll", "4.3.3"
gem "rake"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "webrick"
Expand Down

0 comments on commit a195a9d

Please sign in to comment.