From a87ae0aa9c77df57fcfb6f675bed5be8fab7e2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:36:37 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 7 updates Bumps the bundler group with 7 updates in the /docs/site directory: | Package | From | To | | --- | --- | --- | | [addressable](https://github.com/sporkmonger/addressable) | `2.8.7` | `2.9.0` | | [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) | `1.3.4` | `1.3.7` | | [httparty](https://github.com/jnunemaker/httparty) | `0.22.0` | `0.24.0` | | [json](https://github.com/ruby/json) | `2.10.1` | `2.19.9` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.3` | `1.19.4` | | [rack](https://github.com/rack/rack) | `3.1.8` | `3.1.21` | | [rexml](https://github.com/ruby/rexml) | `3.3.9` | `3.4.2` | Updates `addressable` from 2.8.7 to 2.9.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.7...addressable-2.9.0) Updates `concurrent-ruby` from 1.3.4 to 1.3.7 - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.4...v1.3.7) Updates `httparty` from 0.22.0 to 0.24.0 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.22.0...v0.24.0) Updates `json` from 2.10.1 to 2.19.9 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.10.1...v2.19.9) Updates `nokogiri` from 1.18.3 to 1.19.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.3...v1.19.4) Updates `rack` from 3.1.8 to 3.1.21 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.1.8...v3.1.21) Updates `rexml` from 3.3.9 to 3.4.2 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.9...v3.4.2) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect dependency-group: bundler - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect dependency-group: bundler - dependency-name: httparty dependency-version: 0.24.0 dependency-type: indirect dependency-group: bundler - dependency-name: json dependency-version: 2.19.9 dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-version: 3.1.21 dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- docs/site/Gemfile.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/site/Gemfile.lock b/docs/site/Gemfile.lock index d7ae358a10..187ada115a 100644 --- a/docs/site/Gemfile.lock +++ b/docs/site/Gemfile.lock @@ -2,8 +2,8 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (2.0.1) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) afm (0.2.2) async (2.23.0) console (~> 1.29) @@ -11,15 +11,15 @@ GEM io-event (~> 1.9) metrics (~> 0.12) traces (~> 0.15) - bigdecimal (3.1.8) + bigdecimal (3.3.1) coderay (1.1.3) colorator (1.1.0) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.7) console (1.29.3) fiber-annotation fiber-local (~> 1.1) json - csv (3.3.0) + csv (3.3.6) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -48,7 +48,7 @@ GEM yell (~> 2.0) zeitwerk (~> 2.5) http_parser.rb (0.8.0) - httparty (0.22.0) + httparty (0.24.0) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -79,7 +79,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.10.1) + json (2.19.9) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -92,9 +92,9 @@ GEM method_source (1.1.0) metrics (0.12.1) mini_mime (1.1.5) - multi_xml (0.7.1) - bigdecimal (~> 3.1) - nokogiri (1.18.3-x86_64-linux-gnu) + multi_xml (0.9.1) + bigdecimal (>= 3.1, < 5) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -107,15 +107,15 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (6.0.1) + public_suffix (7.0.5) racc (1.8.1) - rack (3.1.8) + rack (3.1.21) rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.9) + rexml (3.4.2) rouge (4.5.1) ruby-rc4 (0.1.5) safe_yaml (1.0.5)