Jekyll: docs: Jekyll ์—…๋ฐ์ดํŠธ ์ง€์›

์— ๋งŒ๋“  2019๋…„ 03์›” 02์ผ  ยท  3์ฝ”๋ฉ˜ํŠธ  ยท  ์ถœ์ฒ˜: jekyll/jekyll

์•ˆ๋…•. ๋ธ”๋กœ๊ทธ๊ฐ€ ์žˆ๋Š” ์ €์žฅ์†Œ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ทธ๋ž˜์„œ ์ตœ๊ทผ์— ์ง€ํ‚ฌ ์—…๋ฐ์ดํŠธ๊ฐ€ ํ•„์š”ํ•œ ๊ฒƒ์— ๋Œ€ํ•ด ๋งน์„ธํ•˜๊ธฐ ์‹œ์ž‘ํ–ˆ์Šต๋‹ˆ๋‹ค.
๊ทธ๊ฒƒ์„ ํ•˜๋Š” ๋ฐฉ๋ฒ•?
http://prntscr.com/ms9ret

documentation frozen-due-to-age

๊ฐ€์žฅ ์œ ์šฉํ•œ ๋Œ“๊ธ€

@muromtsev ๋Œ€๋ถ€๋ถ„์˜ ๊ฒฝ์šฐ bundle update ์‹คํ–‰ํ•˜๋ฉด ๋ฉ๋‹ˆ๋‹ค.

์ž์„ธํ•œ ๋‚ด์šฉ์€ https://bundler.io/v2.0/man/bundle-update.1.html์„ ์ฐธ์กฐ

ํ•ด๋‹น ์—…๋ฐ์ดํŠธ๋Š” Gemfile์— ์„ ์–ธ๋œ ๋ฒ„์ „์— ๋”ฐ๋ผ ๋‹ฌ๋ผ์ง‘๋‹ˆ๋‹ค.

gem "jekyll", "3.8.5" # stick to a specific version
gem "jekyll" # versionless, will update to latest version
gem "jekyll", ">= 3.7" # optimistic
gem "jekyll", "~>3" # pessimistic, don't upgrade to next major version, that might break compatibility

์‹œ๋งจํ‹ฑ ๋ฒ„์ „ ๊ด€๋ฆฌ ๋ฐ ๋ฒ„์ „ ์ œ์•ฝ์— ๋Œ€ํ•ด ์•Œ์•„๋ณด๋ ค๋ฉด https://guides.rubygems.org/patterns/#pessimistic -version-constraint๋ฅผ ์ฐธ์กฐ

@jekyll/documentation gem ์—…๋ฐ์ดํŠธ ์„น์…˜์„ ์ถ”๊ฐ€ํ•ด์•ผ ํ•˜๋‚˜์š”? (์ง€ํ‚ฌ์— ํŠน๋ณ„ํ•œ ๊ฒƒ์ด ์—†๋”๋ผ๋„)

๋ชจ๋“  3 ๋Œ“๊ธ€

ํ„ฐ๋ฏธ๋„์—์„œ bundle update ๋ฅผ ์‹คํ–‰ํ•˜์—ฌ ํ”„๋กœ์ ํŠธ์˜ ์˜ค๋ž˜๋œ gem์„ ๋ชจ๋‘ ์—…๋ฐ์ดํŠธํ•˜์‹ญ์‹œ์˜ค.
ํ„ฐ๋ฏธ๋„์—์„œ bundle update jekyll ๋ฅผ ์‹คํ–‰ํ•˜์—ฌ Jekyll์„ ์—…๋ฐ์ดํŠธํ•˜์‹ญ์‹œ์˜ค.

@muromtsev ๋Œ€๋ถ€๋ถ„์˜ ๊ฒฝ์šฐ bundle update ์‹คํ–‰ํ•˜๋ฉด ๋ฉ๋‹ˆ๋‹ค.

์ž์„ธํ•œ ๋‚ด์šฉ์€ https://bundler.io/v2.0/man/bundle-update.1.html์„ ์ฐธ์กฐ

ํ•ด๋‹น ์—…๋ฐ์ดํŠธ๋Š” Gemfile์— ์„ ์–ธ๋œ ๋ฒ„์ „์— ๋”ฐ๋ผ ๋‹ฌ๋ผ์ง‘๋‹ˆ๋‹ค.

gem "jekyll", "3.8.5" # stick to a specific version
gem "jekyll" # versionless, will update to latest version
gem "jekyll", ">= 3.7" # optimistic
gem "jekyll", "~>3" # pessimistic, don't upgrade to next major version, that might break compatibility

์‹œ๋งจํ‹ฑ ๋ฒ„์ „ ๊ด€๋ฆฌ ๋ฐ ๋ฒ„์ „ ์ œ์•ฝ์— ๋Œ€ํ•ด ์•Œ์•„๋ณด๋ ค๋ฉด https://guides.rubygems.org/patterns/#pessimistic -version-constraint๋ฅผ ์ฐธ์กฐ

@jekyll/documentation gem ์—…๋ฐ์ดํŠธ ์„น์…˜์„ ์ถ”๊ฐ€ํ•ด์•ผ ํ•˜๋‚˜์š”? (์ง€ํ‚ฌ์— ํŠน๋ณ„ํ•œ ๊ฒƒ์ด ์—†๋”๋ผ๋„)

๋‹น์‹ ์˜ ๋‹ต๋ณ€์— ๊ฐ์‚ฌ๋“œ๋ฆฝ๋‹ˆ๋‹ค.
์ฝ˜์†” ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค
find_spec_for_exe์—์„œ ์‹คํ–‰ ๊ฐ€๋Šฅํ•œ ๋ฒˆ๋“ค์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.
์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค. ์—…๋ฐ์ดํŠธ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค!

์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰