Skip to content

Commit

Permalink
fix: try to fix missing timezone data when running created binary on …
Browse files Browse the repository at this point in the history
…windows
  • Loading branch information
HenryJobst committed Dec 28, 2024
1 parent 0668482 commit 358dbe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gem "ostruct", ">= 0.6.0"
gem "tzinfo", ">= 0.3"
gem "logger", ">= 1.1.0"
gem "fiddle", ">= 1.1.6"
gem 'tzinfo-data', '~> 1.2024', '>= 1.2024.2'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ GEM
racc (1.7.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)

PLATFORMS
arm64-darwin
Expand All @@ -23,6 +25,7 @@ DEPENDENCIES
nokogiri (>= 1.8.5)
ostruct (>= 0.6.0)
tzinfo (>= 0.3)
tzinfo-data (~> 1.2024, >= 1.2024.2)

BUNDLED WITH
2.5.22
1 change: 1 addition & 0 deletions iof_result_list_reader.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require_relative "iof_result_list_classes"

require 'tzinfo'
require 'tzinfo/data'

# @param [Time] base_time
# @param [Float] factor
Expand Down

0 comments on commit 358dbe6

Please sign in to comment.