Skip to content

Commit 476d4a4

Browse files
authored
Allow development on Windows from Gemfile (#1390)
1 parent b7ab526 commit 476d4a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,15 @@
22

33
source "https://rubygems.org"
44

5+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
6+
# and associated library.
7+
platforms :mingw, :x64_mingw, :mswin, :jruby do
8+
gem "tzinfo", ">= 1", "< 3"
9+
gem "tzinfo-data"
10+
end
11+
12+
# Performance-booster for watching directories on Windows
13+
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
14+
515
gemspec
616

0 commit comments

Comments
 (0)