1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

Gemfile: add wdm if we are on windows.

This commit is contained in:
Henrik Hautakoski 2019-11-26 13:47:50 +01:00
parent 0b11911516
commit 5d0531d848

View file

@ -1,3 +1,4 @@
source "https://rubygems.org"
gem 'tzinfo-data'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem "github-pages", group: :jekyll_plugins