news.tatooine.club/Gemfile
dependabot[bot] 5669af9ae8 Bump sanitize from 6.1.0 to 6.1.1
Bumps [sanitize](https://github.com/rgrove/sanitize) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/rgrove/sanitize/releases)
- [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md)
- [Commits](https://github.com/rgrove/sanitize/compare/v6.1.0...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 20:46:29 +05:30

12 lines
224 B
Ruby

source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
gem "sanitize", "~> 6.1"
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"