Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
Added webrick to allow build with latest version of Ruby, which no longer includes webrick natively.
  • Loading branch information
levikeay committed Aug 3, 2022
1 parent ac6a883 commit e21fed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -10,6 +10,7 @@ source "http://rubygems.org"

gem "jekyll"
gem "rack"
gem "webrick"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
Expand Down

0 comments on commit e21fed7

Please sign in to comment.