diff --git a/Gemfile b/Gemfile index 9ef3884..44289c1 100644 --- a/Gemfile +++ b/Gemfile @@ -31,4 +31,4 @@ 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.7" \ No newline at end of file +gem "webrick", "~> 1.8" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 3ca589a..9c6c4c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.6.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS arm64-darwin-24 @@ -103,7 +103,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.23