From 413fd66894f8908c92fb6c8d18634d7075d486fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:46:16 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 7 updates Bumps the bundler group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [webrick](https://github.com/ruby/webrick) | `1.7.0` | `1.8.2` | | [activesupport](https://github.com/rails/rails) | `7.0.3.1` | `7.2.3.1` | | [addressable](https://github.com/sporkmonger/addressable) | `2.8.1` | `2.9.0` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.13.8` | `1.19.4` | | [rack](https://github.com/rack/rack) | `2.2.4` | `2.2.23` | | [rexml](https://github.com/ruby/rexml) | `3.2.5` | `3.4.2` | Updates `webrick` from 1.7.0 to 1.8.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) Updates `activesupport` from 7.0.3.1 to 7.2.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.3.1...v7.2.3.1) Updates `addressable` from 2.8.1 to 2.9.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.1...addressable-2.9.0) Updates `concurrent-ruby` from 1.1.10 to 1.3.8 - [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.1.10...v1.3.8) Updates `nokogiri` from 1.13.8 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.13.8...v1.19.4) Updates `rack` from 2.2.4 to 2.2.23 - [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/2.2.4...v2.2.23) Updates `rexml` from 3.2.5 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.2.5...v3.4.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:production dependency-group: bundler - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect dependency-group: bundler - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect dependency-group: bundler - dependency-name: concurrent-ruby dependency-version: 1.3.8 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: 2.2.23 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] --- Gemfile | 2 +- Gemfile.lock | 51 ++++++++++++++++++++++++++++++++++----------------- 2 files changed, 35 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 6c4b22b..d8e9ece 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ gem 'jekyll', '~> 4.0' group :jekyll_plugins do gem 'jekyll-algolia', '~> 1.0' end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 9cd2a61..f23f88e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,13 +8,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.3.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) algolia_html_extractor (2.6.4) json (~> 2.0) nokogiri (~> 1.10) @@ -22,8 +29,13 @@ GEM httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) ast (2.4.2) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.2) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.8) + connection_pool (3.0.2) + drb (2.2.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -33,7 +45,7 @@ GEM forwardable-extended (2.6.0) http_parser.rb (0.8.0) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.15.2) concurrent-ruby (~> 1.0) jekyll (4.2.2) addressable (~> 2.4) @@ -85,9 +97,12 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.4.0) - minitest (5.16.3) - nokogiri (1.13.8-arm64-darwin) + minitest (5.27.0) + nokogiri (1.19.4-arm64-darwin) + racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) nuggets (1.6.1) parallel (1.22.1) @@ -96,15 +111,15 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) progressbar (1.11.0) - public_suffix (5.0.0) - racc (1.6.0) - rack (2.2.4) + public_suffix (7.0.5) + racc (1.8.1) + rack (2.2.23) rainbow (3.1.1) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.5.0) - rexml (3.2.5) + rexml (3.4.2) rouge (3.30.0) rubocop (1.35.1) json (~> 2.3) @@ -133,16 +148,18 @@ GEM safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + securerandom (0.4.1) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) verbal_expressions (0.1.5) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES jekyll (~> 4.0) @@ -157,7 +174,7 @@ DEPENDENCIES jekyll-theme-tactile! kramdown-parser-gfm rubocop-github (~> 0.16) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.18