news.tatooine.club/Gemfile
dependabot[bot] 266883aadd Bump jekyll from 4.3.2 to 4.3.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.2 to 4.3.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/v4.3.2...v4.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 05:03:31 +00:00

12 lines
224 B
Ruby

source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
gem "sanitize", "~> 6.0"
group :jekyll_plugins do
gem "jekyll-seo-tag", "~> 2.8"
gem "jekyll-include-cache", "~> 0.2.1"
gem "jemoji", "~> 0.13.0"
end
gem "json"