Skip to content

Commit bfdda54

Browse files
author
Brent Cook
committed
Land rapid7#6886, add tzinfo-data to the gemspec
2 parents fda4eb4 + 771171c commit bfdda54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ PATH
3232
rubyzip
3333
sqlite3
3434
tzinfo
35+
tzinfo-data
3536

3637
GEM
3738
remote: https://rubygems.org/
@@ -241,6 +242,8 @@ GEM
241242
timecop (0.8.1)
242243
tzinfo (1.2.2)
243244
thread_safe (~> 0.1)
245+
tzinfo-data (1.2016.4)
246+
tzinfo (>= 1.0.0)
244247
xpath (2.0.0)
245248
nokogiri (~> 1.3)
246249
yard (0.8.7.6)

metasploit-framework.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ Gem::Specification.new do |spec|
9494
spec.add_runtime_dependency 'redcarpet'
9595
# Needed for Microsoft patch finding tool (msu_finder)
9696
spec.add_runtime_dependency 'patch_finder'
97-
97+
# TimeZone info
98+
spec.add_runtime_dependency 'tzinfo-data'
99+
98100
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
99101
# NoMethodError undefined method `dlopen' for Fiddle:Module
100102
unless Gem.win_platform?

0 commit comments

Comments
 (0)