From 3984e9fe74aece2a83a910cb62352278349946c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:43:22 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 2 updates Bumps the bundler group with 2 updates in the / directory: [rdoc](https://github.com/ruby/rdoc) and [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `rdoc` from 6.6.2 to 6.6.3.1 - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v6.6.2...v6.6.3.1) Updates `nokogiri` from 1.16.2 to 1.16.5 - [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.16.2...v1.16.5) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development dependency-group: bundler - dependency-name: nokogiri dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d89048a..af1f9f6 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development, :test do gem 'listen', '~> 3.1', '>= 3.5.0' gem 'minitest', '~> 5.14', '>= 5.14.2' gem 'rack', '~> 3.0' - gem 'rdoc', '~> 6.3', '>= 5.1.0' + gem 'rdoc', '~> 6.6' gem 'rspec', '~> 3.7', '>= 3.7.0' gem 'rubocop', '~> 1.59', '>= 0.52.1' gem 'rubocop-minitest' diff --git a/Gemfile.lock b/Gemfile.lock index cbd675e..42dc13e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,9 +74,9 @@ GEM multi_xml (0.6.0) mutex_m (0.2.0) nenv (0.3.0) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -97,7 +97,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.6.2) + rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.8.3) rexml (3.2.6) @@ -179,7 +179,7 @@ DEPENDENCIES listen (~> 3.1, >= 3.5.0) minitest (~> 5.14, >= 5.14.2) rack (~> 3.0) - rdoc (~> 6.3, >= 5.1.0) + rdoc (~> 6.6) rspec (~> 3.7, >= 3.7.0) rubocop (~> 1.59, >= 0.52.1) rubocop-minitest