From 27c64dbebef46d174ed65b339a53cd6924b7e71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:20:35 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 6 updates Bumps the bundler group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [kramdown](https://github.com/gettalong/kramdown) | `0.13.7` | `2.3.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.4.7` | `1.18.9` | | [rake](https://github.com/ruby/rake) | `0.9.2.2` | `12.3.3` | | [yajl-ruby](https://github.com/brianmario/yajl-ruby) | `0.8.3` | `1.4.3` | | [ffi](https://github.com/ffi/ffi) | `1.0.11` | `1.9.24` | | [rack](https://github.com/rack/rack) | `1.4.1` | `2.2.20` | Updates `kramdown` from 0.13.7 to 2.3.1 - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Updates `nokogiri` from 1.4.7 to 1.18.9 - [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.4.7...v1.18.9) Updates `rake` from 0.9.2.2 to 12.3.3 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v0.9.2.2...v12.3.3) Updates `yajl-ruby` from 0.8.3 to 1.4.3 - [Changelog](https://github.com/brianmario/yajl-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianmario/yajl-ruby/commits) Updates `ffi` from 1.0.11 to 1.9.24 - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.0.11...1.9.24) Updates `rack` from 1.4.1 to 2.2.20 - [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/1.4.1...v2.2.20) --- updated-dependencies: - dependency-name: kramdown dependency-version: 2.3.1 dependency-type: direct:production dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: direct:production dependency-group: bundler - dependency-name: rake dependency-version: 12.3.3 dependency-type: direct:production dependency-group: bundler - dependency-name: yajl-ruby dependency-version: 1.4.3 dependency-type: direct:production dependency-group: bundler - dependency-name: ffi dependency-version: 1.9.24 dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-version: 2.2.20 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 8 ++++---- Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 8d3cd09bba..37b3eb3195 100644 --- a/Gemfile +++ b/Gemfile @@ -2,14 +2,14 @@ source "http://rubygems.org" gem 'builder' gem 'coderay' -gem 'kramdown', '~> 0.13.2' +gem 'kramdown', '~> 2.3.1' gem 'mime-types', '~> 1.16' gem 'nanoc', '~> 3.4.3' -gem 'nokogiri', '~> 1.4.4' +gem 'nokogiri', '~> 1.18.9' gem 'pygments.rb' -gem 'rake', '~> 0.9.2' +gem 'rake', '~> 12.3.3' gem 'thin' -gem 'yajl-ruby', '~> 0.8.2' +gem 'yajl-ruby', '~> 1.4.3' group :development do gem 'adsf' diff --git a/Gemfile.lock b/Gemfile.lock index b04fe4df5a..8fa9325521 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,6 @@ GEM specs: adsf (1.1.1) rack (>= 1.0.0) - blankslate (2.1.2.4) builder (3.1.3) coderay (1.0.6) colored (1.2) @@ -11,25 +10,26 @@ GEM colored (>= 1.2) daemons (1.1.8) eventmachine (1.0.0.rc.4) - ffi (1.0.11) fssm (0.2.9) - kramdown (0.13.7) + kramdown (2.3.1) + rexml mime-types (1.18) + mini_portile2 (2.8.9) nanoc (3.4.3) cri (~> 2.2) - nokogiri (1.4.7) - pygments.rb (0.2.12) - rubypython (~> 0.5.3) - rack (1.4.1) - rake (0.9.2.2) - rubypython (0.5.3) - blankslate (>= 2.1.2.3) - ffi (~> 1.0.7) + nokogiri (1.18.9) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + pygments.rb (4.0.0) + racc (1.8.1) + rack (2.2.20) + rake (12.3.3) + rexml (3.4.4) thin (1.4.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - yajl-ruby (0.8.3) + yajl-ruby (1.4.3) PLATFORMS ruby @@ -39,11 +39,11 @@ DEPENDENCIES builder coderay fssm - kramdown (~> 0.13.2) + kramdown (~> 2.3.1) mime-types (~> 1.16) nanoc (~> 3.4.3) - nokogiri (~> 1.4.4) + nokogiri (~> 1.18.9) pygments.rb - rake (~> 0.9.2) + rake (~> 12.3.3) thin - yajl-ruby (~> 0.8.2) + yajl-ruby (~> 1.4.3)