Skip to content

Commit

Permalink
Merge pull request niklasbuschmann#142 from hugovergnes/patch-1
Browse files Browse the repository at this point in the history
Update Gemfile with missing webrick requirement
  • Loading branch information
niklasbuschmann authored Sep 24, 2024
2 parents 15f51b5 + eec9ca4 commit c0dd881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.2.0"
gem "webrick", "~> 1.7"

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
Expand Down

0 comments on commit c0dd881

Please sign in to comment.