From 1acf2c84785b0f4c3c9f10ea1ef66f610f401b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:46:00 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 4 updates Bumps the ruby group with 4 updates: [html2rss](https://github.com/html2rss/html2rss), [html2rss-configs](https://github.com/html2rss/html2rss-configs), [rubocop](https://github.com/rubocop/rubocop) and [mime-types-data](https://github.com/mime-types/mime-types-data). Updates `html2rss` from `f4e080c` to `9ed4ec4` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](https://github.com/html2rss/html2rss/compare/f4e080c7de7e54ec83453192c434e6e40b5db7ea...9ed4ec489c8e19631a532804ec4541e22b12fd8f) Updates `html2rss-configs` from `6aadc0c` to `de1958d` - [Commits](https://github.com/html2rss/html2rss-configs/compare/6aadc0cf35c10642a4f15022e3ee9902360d3171...de1958d781d74f0e466b622471140577547f7f11) Updates `rubocop` from 1.76.1 to 1.77.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.76.1...v1.77.0) Updates `mime-types-data` from 3.2025.0610 to 3.2025.0617 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2025.0610...v3.2025.0617) --- updated-dependencies: - dependency-name: html2rss dependency-version: 9ed4ec489c8e19631a532804ec4541e22b12fd8f dependency-type: direct:production dependency-group: ruby - dependency-name: html2rss-configs dependency-version: de1958d781d74f0e466b622471140577547f7f11 dependency-type: direct:production dependency-group: ruby - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2025.0617 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0d788964..303700d8 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.76' + gem 'rubocop', '~> 1.77' end diff --git a/Gemfile.lock b/Gemfile.lock index 1f24b424..62c76d0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GIT remote: https://github.com/html2rss/html2rss-configs.git - revision: 6aadc0cf35c10642a4f15022e3ee9902360d3171 + revision: de1958d781d74f0e466b622471140577547f7f11 specs: html2rss-configs (0.2.0) html2rss GIT remote: https://github.com/html2rss/html2rss.git - revision: f4e080c7de7e54ec83453192c434e6e40b5db7ea + revision: 9ed4ec489c8e19631a532804ec4541e22b12fd8f specs: html2rss (0.17.0) addressable (~> 2.7) @@ -156,7 +156,7 @@ GEM mime-types (3.7.0) logger mime-types-data (~> 3.2025, >= 3.2025.0507) - mime-types-data (3.2025.0610) + mime-types-data (3.2025.0617) net-http (0.6.0) uri nokogiri (1.18.8-arm64-darwin) @@ -188,7 +188,7 @@ GEM rouge (4.5.2) rss (0.3.1) rexml - rubocop (1.76.1) + rubocop (1.77.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -196,7 +196,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.45.0, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.1) @@ -238,7 +238,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank just-the-docs - rubocop (~> 1.76) + rubocop (~> 1.77) tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1)