add webrick in gemfile

This commit is contained in:
Felix Lange 2021-01-25 15:34:33 +01:00
parent f8e4c1762e
commit 632239e992
1 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ gem "minima", "~> 2.0"
# uncomment the line below. To upgrade, run `bundle update github-pages`. # uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins gem "github-pages", group: :jekyll_plugins
gem "webrick"
# If you have any plugins, put them here! # If you have any plugins, put them here!
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6" gem "jekyll-feed", "~> 0.6"
@ -31,4 +33,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
group :development, :test do group :development, :test do
gem "pry" gem "pry"
gem "html-proofer" gem "html-proofer"
end end