Skip to content

Commit edcc1b2

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2"
18+
gem "tzinfo-data", "= 1.2025.1"
1919
end
2020

2121
# Performance-booster for watching directories on Windows

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.3)
7+
concurrent-ruby (1.3.5)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
@@ -79,7 +79,7 @@ GEM
7979
unicode-display_width (>= 1.1.1, < 3)
8080
tzinfo (2.0.6)
8181
concurrent-ruby (~> 1.0)
82-
tzinfo-data (1.2024.2)
82+
tzinfo-data (1.2025.1)
8383
tzinfo (>= 1.0.0)
8484
unicode-display_width (2.4.2)
8585
wdm (0.2.0)
@@ -96,7 +96,7 @@ DEPENDENCIES
9696
kramdown-parser-gfm (= 1.1.0)
9797
minima (= 2.5.2)
9898
tzinfo (= 2.0.6)
99-
tzinfo-data (= 1.2024.2)
99+
tzinfo-data (= 1.2025.1)
100100
wdm (= 0.2.0)
101101

102102
BUNDLED WITH

0 commit comments

Comments
 (0)