Skip to content

Commit

Permalink
webrick gem 추가
Browse files Browse the repository at this point in the history
- github-pages gem이 Ruby3 버전을 지원하지 않아서 따로 추가해서 해결
- github/pages-gem#752 (comment)
  • Loading branch information
designmeme committed Mar 18, 2021
1 parent fc678df commit cfbf995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -9,3 +9,5 @@ group :jekyll_plugins do
gem "jekyll-seo-tag"
gem "github-pages"
end

gem "webrick", "~> 1.7"
8 changes: 6 additions & 2 deletions Gemfile.lock
Expand Up @@ -205,13 +205,15 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.14.4)
multipart-post (2.1.1)
nokogiri (1.11.2-x86_64-darwin)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
octokit (4.20.0)
faraday (>= 0.9)
Expand Down Expand Up @@ -251,16 +253,18 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
webrick (1.7.0)
zeitwerk (2.4.2)

PLATFORMS
x86_64-darwin-20
ruby

DEPENDENCIES
github-pages
jekyll
jekyll-feed
jekyll-seo-tag
webrick (~> 1.7)

RUBY VERSION
ruby 3.0.0p0
Expand Down

0 comments on commit cfbf995

Please sign in to comment.