Files
site/bootstrap/Gemfile
dependabot[bot] 995a93ce06 Bump jekyll from 3.1.6 to 3.6.3 in /bootstrap
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.1.6 to 3.6.3.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll/compare/v3.1.6...v3.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-16 17:57:48 +00:00

7 lines
127 B
Ruby

source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.6.3'
gem 'jekyll-sitemap', '~> 0.11.0'
end