Guide_Wii/Gemfile
dependabot[bot] 48611e6521
Bump jekyll-feed from 0.15.1 to 0.16.0 (#269)
Bumps [jekyll-feed](https://github.com/jekyll/jekyll-feed) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/jekyll/jekyll-feed/releases)
- [Changelog](https://github.com/jekyll/jekyll-feed/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll-feed/compare/v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: jekyll-feed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-24 12:01:11 +02:00

10 lines
No EOL
239 B
Ruby

source "https://rubygems.org"
gem "jekyll", "~> 3.9"
gem "jekyll-sitemap", "~> 1.4"
gem "jekyll-gist", "~> 1.5"
gem "jekyll-feed", "~> 0.16.0"
gem "jekyll-data", "~> 1.1"
gem "kramdown-parser-gfm", "~> 1.1"
gem "webrick", "~> 1.7"
gemspec