diff --git a/Gemfile b/Gemfile index 8eb98b4..d319aad 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem 'github-pages' -gem "webrick", "~> 1.8.1" +gem "webrick", "~> 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index 76d419b..fccfd39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM coffee-script-source (1.12.2) colorator (1.1.0) commonmarker (0.23.10) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) dnsruby (1.72.2) simpleidn (~> 0.2.1) em-websocket (0.5.3) @@ -33,7 +33,6 @@ GEM faraday-net_http (3.0.2) ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (231) @@ -91,7 +90,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) jekyll (3.9.5) addressable (~> 2.4) @@ -214,12 +213,10 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.24.1) - nokogiri (1.16.5-arm64-darwin) + minitest (5.25.1) + nokogiri (1.13.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.13.10-x86_64-darwin) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -231,8 +228,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.6) - strscan + rexml (3.3.8) rouge (3.30.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -246,7 +242,6 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) simpleidn (0.2.3) - strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.1) @@ -254,16 +249,15 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - webrick (1.8.1) - zeitwerk (2.6.16) + webrick (1.8.2) + zeitwerk (2.6.18) PLATFORMS - universal-darwin-23 - x86_64-linux + universal-darwin-24 DEPENDENCIES github-pages - webrick (~> 1.8.1) + webrick (~> 1.8.2) BUNDLED WITH 2.2.3 diff --git a/_config.yml b/_config.yml index 64c1e32..9f667a1 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ baseurl: "/cti-documentation" # the subpath of your site, e.g. /blog url: "https://oasis-open.github.io" # the base hostname & protocol for your site # DO NOT MODIFY THE `last_updated` date. It should be updated automatically # by the git pre-push hook. -last_updated: "Wed Jul 24 19:51:19 UTC 2024" +last_updated: "Tue Oct 15 23:04:17 UTC 2024" copyright: "Copyright © 2017-2024, OASIS Open" # Build settings