Commit 2ee7c69d authored by Murukesh Mohanan's avatar Murukesh Mohanan

Install webrick for ruby 3

parent b8f3f104
......@@ -6,3 +6,7 @@ group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
end
install_if -> { RUBY_VERSION.split(".")[0].to_i > 2 } do
gem "webrick"
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment