Skip to content

Commit

Permalink
Update dependency tzinfo-data to v1.2024.1 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 6abdf76 commit f84d31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem "tzinfo", "= 2.0.6"
gem "tzinfo-data", "= 1.2023.4"
gem "tzinfo-data", "= 1.2024.1"
end

# Performance-booster for watching directories on Windows
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -77,7 +77,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.4)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
wdm (0.1.1)
Expand All @@ -94,7 +94,7 @@ DEPENDENCIES
kramdown-parser-gfm (= 1.1.0)
minima (= 2.5.1)
tzinfo (= 2.0.6)
tzinfo-data (= 1.2023.4)
tzinfo-data (= 1.2024.1)
wdm (= 0.1.1)

BUNDLED WITH
Expand Down

0 comments on commit f84d31d

Please sign in to comment.