aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-12 21:23:53 +0200
committerGitHub <[email protected]>2018-11-12 21:23:53 +0200
commitf3bd8602dfbc5584b05c88782d2a833296daad01 (patch)
tree997e6150d6156dbcaf7be9972abe38702173db1d /Gemfile
parent75e6253b0ace2413c7f6162b16a19dff246fdfd2 (diff)
downloadbootstrap-f3bd8602dfbc5584b05c88782d2a833296daad01.tar.xz
bootstrap-f3bd8602dfbc5584b05c88782d2a833296daad01.zip
Jekyll: Add wdm gem for Windows. (#27658)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c88697a51..d39964ce8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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