1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Bump jekyll-brotli from 2.2.1 to 2.3.0

Bumps [jekyll-brotli](https://github.com/philnash/jekyll-brotli) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/philnash/jekyll-brotli/releases)
- [Changelog](https://github.com/philnash/jekyll-brotli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/philnash/jekyll-brotli/compare/v2.2.1...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-02 19:55:28 +00:00
committed by Jonah Aragon
parent 52c8192f7a
commit f506682ea0
2 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ gem "jekyll", "~> 4.2"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-brotli", "~> 2.2"
gem "jekyll-brotli", "~> 2.3"
end
# Jekyll 3.9.0 now requires this explicitly installed, apparently