Skip to content

Commit

Permalink
⬆ chore(dep): bump Jekyll to 3.9.5
Browse files Browse the repository at this point in the history
This commit bumps Jekyll from 3.9.3 to 3.9.5 to match the version in the github-page plugin v230.

The github-page plugin v230 uses Jekyll version 3.9.5, and this commit ensures that the two versions are compatible.

Ref: https://github.com/github/pages-gem/releases/tag/v230
  • Loading branch information
chriskyfung committed Mar 11, 2024
1 parent ad727bd commit 98d9423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.9.3"
gem "jekyll", "~> 3.9.5"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll (~> 3.9.3)
jekyll (~> 3.9.5)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
Expand Down

0 comments on commit 98d9423

Please sign in to comment.