diff --git a/Gemfile b/Gemfile index 438cf2b5c29..74002fefadc 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group :jekyll_plugins do end # Needed for Ruby 3.x compatibility -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 1daba9382b5..87e9df902bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby @@ -107,7 +107,7 @@ DEPENDENCIES minima (~> 2.0) rake (>= 0.9.2) tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.1.4