From 96054a308d25877a6ab5880c0717e1ff2dd7c8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:21:06 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [html2rss](https://github.com/html2rss/html2rss) and [rubocop](https://github.com/rubocop/rubocop). Updates `html2rss` from `01f2b83` to `09dfa93` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](https://github.com/html2rss/html2rss/compare/01f2b8392f60f7ca77d1cba01a1a8971e6b700b4...09dfa93d87e703bbee3f928cb7744b0ba365a52e) Updates `rubocop` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.70.0...v1.71.0) --- updated-dependencies: - dependency-name: html2rss dependency-type: direct:production dependency-group: ruby - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 42 +++++++++++++++++++++++++++++++++++++++--- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9a2547da..5e0400a3 100644 --- a/Gemfile +++ b/Gemfile @@ -26,5 +26,5 @@ end gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin] group :development do - gem 'rubocop', '~> 1.70' + gem 'rubocop', '~> 1.71' end diff --git a/Gemfile.lock b/Gemfile.lock index f91d9e8f..5d9b7e4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,11 @@ GIT GIT remote: https://github.com/html2rss/html2rss.git - revision: 01f2b8392f60f7ca77d1cba01a1a8971e6b700b4 + revision: 09dfa93d87e703bbee3f928cb7744b0ba365a52e specs: html2rss (0.17.0) addressable (~> 2.7) + dry-validation faraday (> 2.0.1, < 3.0) faraday-follow_redirects kramdown @@ -37,6 +38,41 @@ GEM colorator (1.1.0) concurrent-ruby (1.3.5) crass (1.0.6) + dry-configurable (1.3.0) + dry-core (~> 1.1) + zeitwerk (~> 2.6) + dry-core (1.1.0) + concurrent-ruby (~> 1.0) + logger + zeitwerk (~> 2.6) + dry-inflector (1.2.0) + dry-initializer (3.2.0) + dry-logic (1.6.0) + bigdecimal + concurrent-ruby (~> 1.0) + dry-core (~> 1.1) + zeitwerk (~> 2.6) + dry-schema (1.14.0) + concurrent-ruby (~> 1.0) + dry-configurable (~> 1.0, >= 1.0.1) + dry-core (~> 1.1) + dry-initializer (~> 3.2) + dry-logic (~> 1.5) + dry-types (~> 1.8) + zeitwerk (~> 2.6) + dry-types (1.8.1) + bigdecimal (~> 3.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0) + dry-inflector (~> 1.0) + dry-logic (~> 1.4) + zeitwerk (~> 2.6) + dry-validation (1.11.1) + concurrent-ruby (~> 1.0) + dry-core (~> 1.1) + dry-initializer (~> 3.2) + dry-schema (~> 1.14) + zeitwerk (~> 2.6) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -146,7 +182,7 @@ GEM rouge (4.5.1) rss (0.3.1) rexml - rubocop (1.70.0) + rubocop (1.71.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -194,7 +230,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank just-the-docs - rubocop (~> 1.70) + rubocop (~> 1.71) tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1)