We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e655265 + 7bc6342 commit e9cb993Copy full SHA for e9cb993
2 files changed
Gemfile
@@ -23,7 +23,7 @@ gem "jekyll-paginate"
23
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
24
# and associated library.
25
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
26
- gem "tzinfo", "~> 1.1"
+ gem "tzinfo", "~> 1.2"
27
gem "tzinfo-data"
28
end
29
Gemfile.lock
@@ -253,7 +253,7 @@ GEM
253
thread_safe (0.3.6)
254
typhoeus (1.4.0)
255
ethon (>= 0.9.0)
256
- tzinfo (1.2.9)
+ tzinfo (1.2.10)
257
thread_safe (~> 0.1)
258
tzinfo-data (1.2021.1)
259
tzinfo (>= 1.0.0)
@@ -271,7 +271,7 @@ DEPENDENCIES
271
github-pages (~> 215)
272
jekyll-paginate
273
minima (~> 2.5)
274
- tzinfo (~> 1.1)
+ tzinfo (~> 1.2)
275
tzinfo-data
276
wdm (~> 0.1.1)
277
0 commit comments