File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ group :jekyll_plugins do
7
7
gem "jekyll-autoprefixer"
8
8
gem "jekyll-github-metadata"
9
9
gem "execjs" , "2.7.0"
10
+ gem 'tzinfo'
11
+ gem 'tzinfo-data'
10
12
end
Original file line number Diff line number Diff line change 242
242
jekyll-seo-tag (~> 2.1 )
243
243
minitest (5.15.0 )
244
244
multipart-post (2.1.1 )
245
+ nokogiri (1.13.5-arm64-darwin )
246
+ racc (~> 1.4 )
245
247
nokogiri (1.13.5-x86_64-darwin )
246
248
racc (~> 1.4 )
247
249
nokogiri (1.13.5-x86_64-linux )
@@ -278,13 +280,16 @@ GEM
278
280
ethon (>= 0.9.0 )
279
281
tzinfo (1.2.9 )
280
282
thread_safe (~> 0.1 )
283
+ tzinfo-data (1.2022.1 )
284
+ tzinfo (>= 1.0.0 )
281
285
unf (0.1.4 )
282
286
unf_ext
283
287
unf_ext (0.0.8.1 )
284
288
unicode-display_width (1.8.0 )
285
289
zeitwerk (2.5.4 )
286
290
287
291
PLATFORMS
292
+ arm64-darwin-21
288
293
x86_64-darwin-20
289
294
x86_64-linux
290
295
@@ -294,6 +299,8 @@ DEPENDENCIES
294
299
jekyll-autoprefixer
295
300
jekyll-github-metadata
296
301
jekyll-paginate-v2
302
+ tzinfo
303
+ tzinfo-data
297
304
298
305
RUBY VERSION
299
306
ruby 2.7.4p191
You can’t perform that action at this time.
0 commit comments