Skip to content

Commit

Permalink
Update jekyll requirement from ~> 4.2.0 to ~> 4.3.2 (#43)
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@v4.2.0...v4.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 6, 2024
1 parent 68d5b53 commit 7fc6b5d
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 @@ -16,7 +16,7 @@ gemspec
# Use of ~> can also be compounded with >=, !=, etc for complex setups.

# This ensures the current Jekyll version is running
gem "jekyll", "~> 4.2.0"
gem "jekyll", "~> 4.3.2"

# If you have any plugins, put them here!
group :jekyll_plugins do
Expand Down

0 comments on commit 7fc6b5d

Please sign in to comment.