Skip to content

Commit

Permalink
Update jekyll requirement from ~> 3.8 to ~> 4.3 in /docs
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.8.0...v4.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent b04b01e commit 20eb359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '~> 2.6'

gem 'jekyll', '~> 3.8'
gem 'jekyll', '~> 4.3'
gem 'kramdown-parser-gfm', '1.1.0'

group :jekyll_plugins do
Expand Down

0 comments on commit 20eb359

Please sign in to comment.