This commit is contained in:
Andrea Zignoli 2023-05-06 13:47:00 +02:00
parent 3ef22ca738
commit 17ad8ae394
2 changed files with 4 additions and 0 deletions

View file

@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "webrick", "~> 1.8"