DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 551 forks source link

Missing webrick gem dependency for jekyll (dynamorio.github.io) #6731

Closed brettcoon closed 3 months ago

brettcoon commented 3 months ago

Jekyll cannot run unless the webrick gem is installed.

Jekyll depends on the webrick gem, which is no longer included by default. According to https://github.com/jekyll/jekyll/issues/8523, the workaround is to explicitly add it to the Gemfile.