Skip to content

Commit bba3218

Browse files
committed
deps: add webrick
Ruby 3.0 no longer comes with webrick. issue: github/pages-gem#752
1 parent 36ad35d commit bba3218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
22
gem 'json'
33
gem 'github-pages', group: :jekyll_plugins
44
gem 'jekyll-feed'
5+
6+
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)