webrick is not part of the default gems since Ruby 3.0.0
Closed this issue · 3 comments
chenrui333 commented
seeing some runtime failure when running with ruby 3.3
webrick is not part of the default gems since Ruby 3.0.0. Install webrick from RubyGems.
<internal:/home/linuxbrew/.linuxbrew/Cellar/ruby/3.3.4/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require': cannot load such file -- webrick (LoadError)
garybernhardt commented
Did you install it? If so, did it work?
chenrui333 commented
yeah, I have included webrick gem and seems passing the brew test
relates to Homebrew/homebrew-core#179624
garybernhardt commented
Excellent, thank you for figuring it out and PRing that homebrew update. I just updated the README to mention that serveit now requires a dependency when running on Ruby 3.x.