diff --git a/Gemfile b/Gemfile index b69ec372167c63..a14a6ac4d0258e 100644 --- a/Gemfile +++ b/Gemfile @@ -25,4 +25,4 @@ gem "html-proofer", '>=5.0.7' gem "eip_validator", ">=0.8.2" -gem "webrick", "~> 1.8" # needed for macOS builds +gem "webrick", "~> 1.8", ">= 1.8.2" # needed for macOS builds diff --git a/Gemfile.lock b/Gemfile.lock index 21a6074d83a08a..ba5aea384cd18b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,11 +231,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) + mini_portile2 (2.8.7) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.19.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) nokogiri (1.14.3-arm64-darwin) racc (~> 1.4) nokogiri (1.14.3-x86_64-linux) @@ -285,12 +289,13 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) yell (2.2.2) zeitwerk (2.6.7) PLATFORMS arm64-darwin-22 + ruby x86_64-linux DEPENDENCIES @@ -299,7 +304,7 @@ DEPENDENCIES html-proofer (>= 5.0.7) minima (~> 2.0) tzinfo-data - webrick (~> 1.8) + webrick (~> 1.8, >= 1.8.2) BUNDLED WITH 2.4.12