Skip to content

Commit 725bbbf

Browse files
authored
Merge pull request #343 from sparanoid/renovate/tzinfo-2.x
2 parents ff1957f + 00a178c commit 725bbbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
1919
# and associated library.
2020
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
21-
gem "tzinfo", "2.0.5"
21+
gem "tzinfo", "2.0.6"
2222
gem "tzinfo-data"
2323
end
2424

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
stringex (2.8.5)
6363
terminal-table (3.0.2)
6464
unicode-display_width (>= 1.1.1, < 3)
65-
tzinfo (2.0.5)
65+
tzinfo (2.0.6)
6666
concurrent-ruby (~> 1.0)
6767
tzinfo-data (1.2022.7)
6868
tzinfo (>= 1.0.0)
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
jekyll-sass-converter (< 3.0)
7979
match_regex
8080
stringex
81-
tzinfo (= 2.0.5)
81+
tzinfo (= 2.0.6)
8282
tzinfo-data
8383
webrick
8484

0 commit comments

Comments
 (0)