]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add wdm gem for Windows.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 12 Feb 2019 15:59:38 +0000 (17:59 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Feb 2019 15:55:38 +0000 (17:55 +0200)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index f48eb1e6389cc5a0c0053e4c8bb1bbbc427c379e..c71222021ea33a5292119a40b03d36b25218d549 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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
index df2b81d96aeb3e77e727d5c316e767d47a6b1c5f..175fe6a78e5f27906990cfc5524d2bf67825c7e8 100644 (file)
@@ -58,6 +58,7 @@ GEM
     sass-listen (4.0.0)
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
+    wdm (0.1.1)
 
 PLATFORMS
   ruby
@@ -67,6 +68,7 @@ DEPENDENCIES
   jekyll (~> 3.8.5)
   jekyll-redirect-from (~> 0.14.0)
   jekyll-sitemap (~> 1.2.0)
+  wdm (~> 0.1.1)
 
 BUNDLED WITH
    1.17.3