Skip to content

Commit

Permalink
Add webrick when using Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed May 18, 2022
1 parent 578bf50 commit 90ec807
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 @@ -9,3 +9,5 @@ gem "jekyll", "~> #{ENV["JEKYLL_VERSION"]}" if ENV["JEKYLL_VERSION"]
group :test do
gem "webmock", "~> 3.14"
end

gem "webrick" if RUBY_VERSION.to_i >= 3

0 comments on commit 90ec807

Please sign in to comment.