File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 32
32
rubyzip
33
33
sqlite3
34
34
tzinfo
35
+ tzinfo-data
35
36
36
37
GEM
37
38
remote: https://rubygems.org/
241
242
timecop (0.8.1 )
242
243
tzinfo (1.2.2 )
243
244
thread_safe (~> 0.1 )
245
+ tzinfo-data (1.2016.4 )
246
+ tzinfo (>= 1.0.0 )
244
247
xpath (2.0.0 )
245
248
nokogiri (~> 1.3 )
246
249
yard (0.8.7.6 )
Original file line number Diff line number Diff line change @@ -94,7 +94,9 @@ Gem::Specification.new do |spec|
94
94
spec . add_runtime_dependency 'redcarpet'
95
95
# Needed for Microsoft patch finding tool (msu_finder)
96
96
spec . add_runtime_dependency 'patch_finder'
97
-
97
+ # TimeZone info
98
+ spec . add_runtime_dependency 'tzinfo-data'
99
+
98
100
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
99
101
# NoMethodError undefined method `dlopen' for Fiddle:Module
100
102
unless Gem . win_platform?
You can’t perform that action at this time.
0 commit comments