2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Jekyll: Add wdm gem for Windows. (#27658)

This commit is contained in:
XhmikosR
2018-11-12 21:23:53 +02:00
committed by GitHub
parent 75e6253b0a
commit f3bd8602df
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -5,4 +5,5 @@ group :development, :test do
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.9.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end