1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

adding tzinfo-data to the gemspec

this should fix windows.
This commit is contained in:
darkbushido 2016-05-17 11:40:25 -05:00
parent fda4eb4cdf
commit 771171cbe1
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
2 changed files with 6 additions and 1 deletions

View File

@ -32,6 +32,7 @@ PATH
rubyzip
sqlite3
tzinfo
tzinfo-data
GEM
remote: https://rubygems.org/
@ -241,6 +242,8 @@ GEM
timecop (0.8.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2016.4)
tzinfo (>= 1.0.0)
xpath (2.0.0)
nokogiri (~> 1.3)
yard (0.8.7.6)

View File

@ -94,7 +94,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'redcarpet'
# Needed for Microsoft patch finding tool (msu_finder)
spec.add_runtime_dependency 'patch_finder'
# TimeZone info
spec.add_runtime_dependency 'tzinfo-data'
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
# NoMethodError undefined method `dlopen' for Fiddle:Module
unless Gem.win_platform?