AdminLTE/docs/Gemfile
dependabot[bot] f0c5ef275b
Bump jekyll-seo-tag from 2.6.1 to 2.7.1 in /docs (#3098)
Bumps [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/jekyll/jekyll-seo-tag/releases)
- [Changelog](https://github.com/jekyll/jekyll-seo-tag/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll-seo-tag/compare/v2.6.1...v2.7.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:35:30 +01:00

10 lines
220 B
Ruby

source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 4.1.1'
gem 'jekyll-seo-tag', '~> 2.7.1'
gem 'jekyll-sitemap', '~> 1.4.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end