From 242fef2f9d2fb6714ec7f6e6f276cd42d7d78c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:43:06 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 9 updates Bumps the bundler group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rake](https://github.com/ruby/rake) | `0.9.2` | `12.3.3` | | [rack](https://github.com/rack/rack) | `1.3.2` | `2.2.20` | | [json](https://github.com/ruby/json) | `1.5.3` | `2.3.0` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.4.7` | `1.18.9` | | [ffi](https://github.com/ffi/ffi) | `1.0.9` | `1.9.24` | | [i18n](https://github.com/ruby-i18n/i18n) | `0.6.0` | `0.8.0` | | [mail](https://github.com/mikel/mail) | `2.3.0` | `2.4.4` | | [rubyzip](https://github.com/rubyzip/rubyzip) | `0.9.4` | `1.3.0` | Updates `rake` from 0.9.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/rake-0.9.2...v12.3.3) Updates `rack` from 1.3.2 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.3.2...v2.2.20) Updates `sinatra` from 1.2.6 to 3.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/1.2.6...v3.2.0) Updates `json` from 1.5.3 to 2.3.0 - [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/v1.5.3...v2.3.0) 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 `ffi` from 1.0.9 to 1.9.24 - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.0.9...1.9.24) Updates `i18n` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-i18n/i18n/compare/v0.6.0...v0.8.0) Updates `mail` from 2.3.0 to 2.4.4 - [Release notes](https://github.com/mikel/mail/releases) - [Changelog](https://github.com/mikel/mail/blob/2.4.4/CHANGELOG.rdoc) - [Commits](https://github.com/mikel/mail/compare/2.3.0...2.4.4) Updates `rubyzip` from 0.9.4 to 1.3.0 - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/commits/v1.3.0) --- updated-dependencies: - dependency-name: rake dependency-version: 12.3.3 dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-version: 2.2.20 dependency-type: direct:production dependency-group: bundler - dependency-name: sinatra dependency-version: 3.2.0 dependency-type: direct:production dependency-group: bundler - dependency-name: json dependency-version: 2.3.0 dependency-type: direct:production dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: direct:development dependency-group: bundler - dependency-name: ffi dependency-version: 1.9.24 dependency-type: indirect dependency-group: bundler - dependency-name: i18n dependency-version: 0.8.0 dependency-type: indirect dependency-group: bundler - dependency-name: mail dependency-version: 2.4.4 dependency-type: indirect dependency-group: bundler - dependency-name: rubyzip dependency-version: 1.3.0 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 52 ++++++++++++++++++++++++++++++++++------------------ 2 files changed, 35 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 79fc23f..70fd7e2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem "tlsmail" gem "open4" group :test do - gem 'nokogiri', '~> 1.4.7' # for ruby 1.8.6 + gem 'nokogiri', '~> 1.18.9' # for ruby 1.8.6 gem "capybara" end diff --git a/Gemfile.lock b/Gemfile.lock index 94d9fec..55e6d2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: http://rubygems.org/ specs: + base64 (0.3.0) capybara (1.0.1) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -8,39 +9,54 @@ GEM rack-test (>= 0.5.4) selenium-webdriver (~> 2.0) xpath (~> 0.1.4) - childprocess (0.2.1) - ffi (~> 1.0.6) - ffi (1.0.9) - i18n (0.6.0) - json (1.5.3) + childprocess (5.1.0) + logger (~> 1.5) + concurrent-ruby (1.3.6) + ffi (1.9.24) + i18n (1.14.8) + concurrent-ruby (~> 1.0) + json (2.3.0) json_pure (1.5.3) - mail (2.3.0) + logger (1.7.0) + mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.16) + mime-types (1.25.1) + mini_portile2 (2.8.9) mustache (0.99.4) - nokogiri (1.4.7) + mustermann (3.0.4) + ruby2_keywords (~> 0.0.1) + nokogiri (1.18.9) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) open4 (1.1.0) - polyglot (0.3.2) + polyglot (0.3.5) pony (1.3) mail (> 2.0) - rack (1.3.2) + racc (1.8.1) + rack (2.2.20) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (0.6.1) rack (>= 1.0) - rake (0.9.2) - rubyzip (0.9.4) + rake (12.3.3) + ruby2_keywords (0.0.5) + rubyzip (1.3.0) selenium-webdriver (2.4.0) childprocess (>= 0.2.1) ffi (>= 1.0.7) json_pure rubyzip - sinatra (1.2.6) - rack (~> 1.1) - tilt (< 2.0, >= 1.2.2) - tilt (1.3.2) + sinatra (3.2.0) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.2.0) + tilt (~> 2.0) + tilt (2.6.1) tlsmail (0.0.1) - treetop (1.4.10) + treetop (1.4.15) polyglot polyglot (>= 0.3.1) xpath (0.1.4) @@ -53,7 +69,7 @@ DEPENDENCIES capybara json mustache - nokogiri (~> 1.4.7) + nokogiri (~> 1.18.9) open4 pony rack