Skip to content

Commit 3dea414

Browse files
Taeyoung969bow
andauthored
Window 빌드 시 필요한 Ruby gem 추가 (PyTorchKorea#27)
* Add gem * Fix gemfile for window build * Platform 상관없이 패키지가 추가되도록 변경 Co-authored-by: Junghwan Park <[email protected]>
1 parent 05ec4a6 commit 3dea414

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ group :jekyll_plugins do
77
gem "jekyll-autoprefixer"
88
gem "jekyll-github-metadata"
99
gem "execjs", "2.7.0"
10+
gem 'tzinfo'
11+
gem 'tzinfo-data'
1012
end

Gemfile.lock

+7
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ GEM
242242
jekyll-seo-tag (~> 2.1)
243243
minitest (5.15.0)
244244
multipart-post (2.1.1)
245+
nokogiri (1.13.5-arm64-darwin)
246+
racc (~> 1.4)
245247
nokogiri (1.13.5-x86_64-darwin)
246248
racc (~> 1.4)
247249
nokogiri (1.13.5-x86_64-linux)
@@ -278,13 +280,16 @@ GEM
278280
ethon (>= 0.9.0)
279281
tzinfo (1.2.9)
280282
thread_safe (~> 0.1)
283+
tzinfo-data (1.2022.1)
284+
tzinfo (>= 1.0.0)
281285
unf (0.1.4)
282286
unf_ext
283287
unf_ext (0.0.8.1)
284288
unicode-display_width (1.8.0)
285289
zeitwerk (2.5.4)
286290

287291
PLATFORMS
292+
arm64-darwin-21
288293
x86_64-darwin-20
289294
x86_64-linux
290295

@@ -294,6 +299,8 @@ DEPENDENCIES
294299
jekyll-autoprefixer
295300
jekyll-github-metadata
296301
jekyll-paginate-v2
302+
tzinfo
303+
tzinfo-data
297304

298305
RUBY VERSION
299306
ruby 2.7.4p191

0 commit comments

Comments
 (0)