From af359aecf2a4a082c3df60e4dcad64b6592addca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:52:40 +0000 Subject: [PATCH] Bump the bundler-minor-patch group across 1 directory with 7 updates Bumps the bundler-minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [webrick](https://github.com/ruby/webrick) | `1.9.1` | `1.9.2` | | [jekyll-extlinks](http://ogarkov.com/jekyll/plugins/extlinks/) | `0.0.4` | `0.0.5` | | [jekyll-archives](https://github.com/jekyll/jekyll-archives) | `2.1.1` | `2.3.0` | | [base64](https://github.com/ruby/base64) | `0.2.0` | `0.3.0` | | [logger](https://github.com/ruby/logger) | `1.6.6` | `1.7.0` | | [ostruct](https://github.com/ruby/ostruct) | `0.6.1` | `0.6.3` | | [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) | `0.2.1` | `0.2.2` | Updates `webrick` from 1.9.1 to 1.9.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.9.1...v1.9.2) Updates `jekyll-extlinks` from 0.0.4 to 0.0.5 Updates `jekyll-archives` from 2.1.1 to 2.3.0 - [Release notes](https://github.com/jekyll/jekyll-archives/releases) - [Changelog](https://github.com/jekyll/jekyll-archives/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll-archives/compare/v2.1.1...v2.3.0) Updates `base64` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/ruby/base64/releases) - [Commits](https://github.com/ruby/base64/compare/v0.2.0...v0.3.0) Updates `logger` from 1.6.6 to 1.7.0 - [Release notes](https://github.com/ruby/logger/releases) - [Commits](https://github.com/ruby/logger/compare/v1.6.6...v1.7.0) Updates `ostruct` from 0.6.1 to 0.6.3 - [Release notes](https://github.com/ruby/ostruct/releases) - [Commits](https://github.com/ruby/ostruct/compare/v0.6.1...v0.6.3) Updates `jekyll-include-cache` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/benbalter/jekyll-include-cache/releases) - [Changelog](https://github.com/benbalter/jekyll-include-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/benbalter/jekyll-include-cache/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor-patch - dependency-name: jekyll-archives dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor-patch - dependency-name: jekyll-extlinks dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-minor-patch - dependency-name: jekyll-include-cache dependency-version: 0.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-minor-patch - dependency-name: logger dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor-patch - dependency-name: ostruct dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-minor-patch - dependency-name: webrick dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-minor-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 167 ++++++++++++++++++++++++++++++--------------------- 2 files changed, 99 insertions(+), 70 deletions(-) diff --git a/Gemfile b/Gemfile index d58d3e48d..5e661b58e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "liquid-c" gem 'jekyll-sitemap' gem 'jekyll-redirect-from' gem 'jekyll-extlinks' -gem 'jekyll-archives', '2.1.1' +gem 'jekyll-archives', '2.3.0' gem "base64" gem "logger" gem "ostruct" diff --git a/Gemfile.lock b/Gemfile.lock index 77867bab6..e062099db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,122 +1,151 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - base64 (0.2.0) - bigdecimal (3.1.9) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) + base64 (0.3.0) + bigdecimal (3.3.1) colorator (1.1.0) commonmarker (0.23.11) - concurrent-ruby (1.3.5) - csv (3.3.3) + concurrent-ruby (1.3.8) + csv (3.3.6) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.17.1) - ffi (1.17.1-aarch64-linux-gnu) - ffi (1.17.1-aarch64-linux-musl) - ffi (1.17.1-arm-linux-gnu) - ffi (1.17.1-arm-linux-musl) - ffi (1.17.1-arm64-darwin) - ffi (1.17.1-x86_64-darwin) - ffi (1.17.1-x86_64-linux-gnu) - ffi (1.17.1-x86_64-linux-musl) + ffi (1.17.4) + ffi (1.17.4-aarch64-linux-gnu) + ffi (1.17.4-aarch64-linux-musl) + ffi (1.17.4-arm-linux-gnu) + ffi (1.17.4-arm-linux-musl) + ffi (1.17.4-arm64-darwin) + ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) + ffi (1.17.4-x86_64-linux-musl) forwardable-extended (2.6.0) - http_parser.rb (0.8.0) + google-protobuf (4.36.1) + bigdecimal + rake (~> 13.3) + google-protobuf (4.36.1-aarch64-linux-gnu) + bigdecimal + rake (~> 13.3) + google-protobuf (4.36.1-aarch64-linux-musl) + bigdecimal + rake (~> 13.3) + google-protobuf (4.36.1-arm64-darwin) + bigdecimal + rake (~> 13.3) + google-protobuf (4.36.1-x86_64-darwin) + bigdecimal + rake (~> 13.3) + google-protobuf (4.36.1-x86_64-linux-gnu) + bigdecimal + rake (~> 13.3) + google-protobuf (4.36.1-x86_64-linux-musl) + bigdecimal + rake (~> 13.3) + http_parser.rb (0.8.1) httparty (0.22.0) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.7) + i18n (1.15.2) concurrent-ruby (~> 1.0) - jekyll (3.10.0) + jekyll (4.4.1) addressable (~> 2.4) + base64 (~> 0.2) colorator (~> 1.0) csv (~> 3.0) em-websocket (~> 0.5) - i18n (>= 0.7, < 2) - jekyll-sass-converter (~> 1.0) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (>= 1.17, < 3) + json (~> 2.6) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.3.3) + mercenary (~> 0.3, >= 0.3.6) pathutil (~> 0.9) - rouge (>= 1.7, < 4) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - webrick (>= 1.0) - jekyll-archives (2.1.1) - jekyll (>= 2.4) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-archives (2.3.0) + jekyll (>= 3.6, < 5.0) jekyll-commonmark (1.4.0) commonmarker (~> 0.22) - jekyll-extlinks (0.0.4) - jekyll (~> 3.0) - nokogiri (~> 1.6) - jekyll-include-cache (0.2.1) + jekyll-extlinks (0.0.5) + jekyll (~> 4.0) + nokogiri (~> 1.10.4) + jekyll-include-cache (0.2.2) jekyll (>= 3.7, < 5.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) + jekyll-sass-converter (3.1.0) + sass-embedded (~> 1.75) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.5.1) - rexml (>= 3.3.9) + json (2.21.2) + kramdown (2.5.2) + rexml (>= 3.4.4) + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) liquid (4.0.4) liquid-c (4.0.1) liquid (>= 3.0.0) - listen (3.9.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.6) - mercenary (0.3.6) + logger (1.7.0) + mercenary (0.4.0) mini_mime (1.1.5) - mini_portile2 (2.8.8) + mini_portile2 (2.4.0) multi_xml (0.7.1) bigdecimal (~> 3.1) - nokogiri (1.18.6) - mini_portile2 (~> 2.8.2) - racc (~> 1.4) - nokogiri (1.18.6-aarch64-linux-gnu) - racc (~> 1.4) - nokogiri (1.18.6-aarch64-linux-musl) - racc (~> 1.4) - nokogiri (1.18.6-arm-linux-gnu) - racc (~> 1.4) - nokogiri (1.18.6-arm-linux-musl) - racc (~> 1.4) - nokogiri (1.18.6-arm64-darwin) - racc (~> 1.4) - nokogiri (1.18.6-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.18.6-x86_64-linux-gnu) - racc (~> 1.4) - nokogiri (1.18.6-x86_64-linux-musl) - racc (~> 1.4) - ostruct (0.6.1) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + ostruct (0.6.3) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (6.0.1) - racc (1.8.1) + public_suffix (7.0.5) rack (3.1.12) + rake (13.4.2) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.4.1) - rouge (3.30.0) + rexml (3.4.4) + rouge (4.7.0) safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) + sass-embedded (1.103.1) + google-protobuf (~> 4.31) + rake (>= 13) + sass-embedded (1.103.1-aarch64-linux-gnu) + google-protobuf (~> 4.31) + sass-embedded (1.103.1-aarch64-linux-musl) + google-protobuf (~> 4.31) + sass-embedded (1.103.1-arm-linux-gnueabihf) + google-protobuf (~> 4.31) + sass-embedded (1.103.1-arm-linux-musleabihf) + google-protobuf (~> 4.31) + sass-embedded (1.103.1-arm64-darwin) + google-protobuf (~> 4.31) + sass-embedded (1.103.1-x86_64-darwin) + google-protobuf (~> 4.31) + sass-embedded (1.103.1-x86_64-linux-gnu) + google-protobuf (~> 4.31) + sass-embedded (1.103.1-x86_64-linux-musl) + google-protobuf (~> 4.31) siteleaf (2.3.0) httparty (>= 0.16.0) jekyll (>= 1.4.1) rack - webrick (1.9.1) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.6.0) + webrick (1.9.2) PLATFORMS aarch64-linux-gnu @@ -132,7 +161,7 @@ PLATFORMS DEPENDENCIES base64 jekyll - jekyll-archives (= 2.1.1) + jekyll-archives (= 2.3.0) jekyll-commonmark jekyll-extlinks jekyll-include-cache