Skip to content

Commit

Permalink
Update jekyll requirement from ~> 3.9.1 to ~> 3.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [jekyll](https://github.com/jekyll/jekyll) to permit the latest version.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v3.9.1...v3.10.0)

---
updated-dependencies:
- dependency-name: jekyll
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 20035b8 commit 2a9ba29
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 @@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.9.1"
gem "jekyll", "~> 3.10.0"
gem "ffi", "= 1.16.3"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
Expand Down

0 comments on commit 2a9ba29

Please sign in to comment.