commit a7f944f6521a0d3dcc285ecd1b956ccce73925ba
parent 386675f81d339684589158e6c887fc6f1c422150
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Sun, 15 Sep 2019 14:22:39 +0200
Remove windows stuff
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/Gemfile b/Gemfile
@@ -23,16 +23,6 @@ group :jekyll_plugins do
gem "jekyll-last-modified-at", "~> 1.1.0"
end
-# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
-# and associated library.
-install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
- gem "tzinfo", "~> 1.2"
- gem "tzinfo-data"
-end
-
-# Performance-booster for watching directories on Windows
-gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
-
# For automatic html sanity checkup
gem "html-proofer", "~> 3.11.1"
gem "rake", "~> 12.3.3"