Skip to content

Commit

Permalink
Merge pull request #133 from imagej/add-webrick
Browse files Browse the repository at this point in the history
deps: adds `webrick` as an explicit dependency for Ruby >=3
  • Loading branch information
ctrueden committed Jun 2, 2021
2 parents 2ad293a + 1cba119 commit cd95929
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
Expand Up @@ -19,6 +19,7 @@ source 'https://rubygems.org'
gem 'jekyll', '~> 4.2'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'html-proofer'
gem 'webrick'

group :jekyll_plugins do
gem 'jekyll-sitemap'
Expand Down

0 comments on commit cd95929

Please sign in to comment.