Skip to content

Commit

Permalink
Add webrick to Gemfile
Browse files Browse the repository at this point in the history
This is required to get a local dev environment running with
`script/server` , otherwise it errors out.

Fixes #1255
  • Loading branch information
ahpook committed Jun 15, 2024
1 parent 99b36ca commit dbdbcff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins

gem "webrick"

group :test do
gem "html-proofer"
gem "rake"
Expand Down

0 comments on commit dbdbcff

Please sign in to comment.