We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7550db9 commit 00a178cCopy full SHA for 00a178c
Gemfile
@@ -18,7 +18,7 @@ end
18
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
19
# and associated library.
20
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
21
- gem "tzinfo", "2.0.5"
+ gem "tzinfo", "2.0.6"
22
gem "tzinfo-data"
23
end
24
Gemfile.lock
@@ -62,7 +62,7 @@ GEM
62
stringex (2.8.5)
63
terminal-table (3.0.2)
64
unicode-display_width (>= 1.1.1, < 3)
65
- tzinfo (2.0.5)
+ tzinfo (2.0.6)
66
concurrent-ruby (~> 1.0)
67
tzinfo-data (1.2022.7)
68
tzinfo (>= 1.0.0)
@@ -78,7 +78,7 @@ DEPENDENCIES
78
jekyll-sass-converter (< 3.0)
79
match_regex
80
stringex
81
- tzinfo (= 2.0.5)
+ tzinfo (= 2.0.6)
82
tzinfo-data
83
webrick
84
0 commit comments