Skip to content

Commit

Permalink
Add tzinfo-data gem to allow timezone info to be found on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed May 21, 2024
1 parent c4afff8 commit 4f483cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PATH
os (>= 1.1, < 2.0)
thor (>= 1.2, < 2.0)
thor_nested_subcommand (>= 1.0, < 2.0)
tzinfo-data (~> 1.2024, >= 1.2024.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -149,6 +150,8 @@ GEM
thor_nested_subcommand (1.0.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.14)

Expand Down
1 change: 1 addition & 0 deletions dsu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'os', '>= 1.1', '< 2.0'
spec.add_dependency 'thor', '>= 1.2', '< 2.0'
spec.add_dependency 'thor_nested_subcommand', '>= 1.0', '< 2.0'
spec.add_dependency 'tzinfo-data', '~> 1.2024', '>= 1.2024.1'

spec.metadata['rubygems_mfa_required'] = 'true'

Expand Down

0 comments on commit 4f483cb

Please sign in to comment.