From fb47784cab16b5e3626f24da894f7a43c2f3ede2 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 30 Aug 2023 12:12:36 +0300 Subject: [PATCH] docs: update docs build dependencies Add webrick as that is needed. Also update other deps to their latest versions. --- docs/Gemfile | 2 ++ docs/Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index f204675a91..5123d1c661 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -27,3 +27,5 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? # kramdown v2 ships without the gfm parser by default. If you're using # kramdown v1, comment out this line. #gem "kramdown-parser-gfm" + +gem "webrick", "~> 1.8" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 26091c4dfe..adb996316a 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,12 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.4) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) coffee-script (2.4.1) @@ -212,8 +211,8 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.19.0) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -253,7 +252,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (1.8.0) wdm (0.1.1) - zeitwerk (2.6.11) + webrick (1.8.1) PLATFORMS ruby @@ -264,6 +263,7 @@ DEPENDENCIES tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1) + webrick (~> 1.8) BUNDLED WITH 2.0.2