2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Add wdm gem for Windows.

This commit is contained in:
XhmikosR
2019-02-12 17:59:38 +02:00
parent d6b8501e4c
commit 5cd9ef47f6
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -4,4 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.8.5'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end