Skip to content

Commit

Permalink
deps: add webrick
Browse files Browse the repository at this point in the history
Ruby 3.0 no longer comes with webrick.

issue: github/pages-gem#752
  • Loading branch information
cgallegu committed Jun 10, 2021
1 parent 36ad35d commit bba3218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'
gem 'json'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-feed'

gem "webrick", "~> 1.7"

0 comments on commit bba3218

Please sign in to comment.