AdminLTE/docs/Gemfile
dependabot[bot] 26b458bd33
Bump jekyll from 4.2.0 to 4.2.1 in /docs (#3966)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-10 20:51:28 +05:30

10 lines
220 B
Ruby
Vendored

source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 4.2.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