AdminLTE/docs/Gemfile

10 lines
220 B
Ruby
Raw Permalink Normal View History

source 'https://rubygems.org'
2019-07-30 10:59:34 +02:00
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