diff options
| author | XhmikosR <[email protected]> | 2019-02-12 17:59:38 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-13 17:55:38 +0200 |
| commit | 5cd9ef47f60113212b7afcdfe8d8a4883376b464 (patch) | |
| tree | 84706a7ca507d399451905aabc20dce0fe8feffc | |
| parent | d6b8501e4c2e20b6b50303c10c6a2d3ef2ac5c3b (diff) | |
| download | bootstrap-5cd9ef47f60113212b7afcdfe8d8a4883376b464.tar.xz bootstrap-5cd9ef47f60113212b7afcdfe8d8a4883376b464.zip | |
Add wdm gem for Windows.
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index df2b81d96..175fe6a78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 |
