Skip to content

Commit a25e9b3

Browse files
Update dependency tzinfo-data to v1.2024.2 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9aa82b commit a25e9b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
# and associated library.
1616
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
1717
gem "tzinfo", "= 2.0.6"
18-
gem "tzinfo-data", "= 1.2024.1"
18+
gem "tzinfo-data", "= 1.2024.2"
1919
end
2020

2121
# Performance-booster for watching directories on Windows

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GEM
7777
unicode-display_width (>= 1.1.1, < 3)
7878
tzinfo (2.0.6)
7979
concurrent-ruby (~> 1.0)
80-
tzinfo-data (1.2024.1)
80+
tzinfo-data (1.2024.2)
8181
tzinfo (>= 1.0.0)
8282
unicode-display_width (2.4.2)
8383
wdm (0.2.0)
@@ -94,7 +94,7 @@ DEPENDENCIES
9494
kramdown-parser-gfm (= 1.1.0)
9595
minima (= 2.5.1)
9696
tzinfo (= 2.0.6)
97-
tzinfo-data (= 1.2024.1)
97+
tzinfo-data (= 1.2024.2)
9898
wdm (= 0.2.0)
9999

100100
BUNDLED WITH

0 commit comments

Comments
 (0)