FIX
This commit is contained in:
parent
3ef22ca738
commit
17ad8ae394
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
|
@ -247,6 +247,7 @@ GEM
|
|||
unf_ext
|
||||
unf_ext (0.0.8.2)
|
||||
unicode-display_width (1.8.0)
|
||||
webrick (1.8.1)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-darwin-21
|
||||
|
@ -259,6 +260,7 @@ DEPENDENCIES
|
|||
tzinfo (>= 1, < 3)
|
||||
tzinfo-data
|
||||
wdm (~> 0.1.1)
|
||||
webrick (~> 1.8)
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue