From 66fedaef54d810ac47abc1ee795b2f9bfd08cf60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 07:05:33 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 6 updates Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``09dfa93`` | ``19957e0`` | | [rubocop](https://github.com/rubocop/rubocop) | `1.71.2` | `1.72.1` | | [json](https://github.com/ruby/json) | `2.9.1` | `2.10.1` | | [logger](https://github.com/ruby/logger) | `1.6.5` | `1.6.6` | | [rexml](https://github.com/ruby/rexml) | `3.4.0` | `3.4.1` | | [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.83.4` | `1.85.0` | Updates `html2rss` from `09dfa93` to `19957e0` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](https://github.com/html2rss/html2rss/compare/09dfa93d87e703bbee3f928cb7744b0ba365a52e...19957e05b8859c7c7680a9319a90c560661cf439) Updates `rubocop` from 1.71.2 to 1.72.1 - [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.71.2...v1.72.1) Updates `json` from 2.9.1 to 2.10.1 - [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/v2.9.1...v2.10.1) Updates `logger` from 1.6.5 to 1.6.6 - [Release notes](https://github.com/ruby/logger/releases) - [Commits](https://github.com/ruby/logger/compare/v1.6.5...v1.6.6) Updates `rexml` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.4.0...v3.4.1) Updates `sass-embedded` from 1.83.4 to 1.85.0 - [Commits](https://github.com/sass-contrib/sass-embedded-host-ruby/compare/v1.83.4...v1.85.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 - dependency-name: json dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: logger dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rexml dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: sass-embedded dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 4bedda55..5f3ef8d3 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.71' + gem 'rubocop', '~> 1.72' end diff --git a/Gemfile.lock b/Gemfile.lock index b44fcc91..4eafadba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GIT remote: https://github.com/html2rss/html2rss.git - revision: 09dfa93d87e703bbee3f928cb7744b0ba365a52e + revision: 19957e05b8859c7c7680a9319a90c560661cf439 specs: html2rss (0.17.0) addressable (~> 2.7) @@ -135,7 +135,7 @@ GEM nokogiri (~> 1.10) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.9.1) + json (2.10.1) just-the-docs (0.10.1) jekyll (>= 3.8.5) jekyll-include-cache @@ -146,11 +146,12 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) language_server-protocol (3.17.0.4) + lint_roller (1.1.0) liquid (4.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.5) + logger (1.6.6) mercenary (0.4.0) mime-types (3.6.0) logger @@ -182,13 +183,14 @@ GEM regexp_parser (2.10.0) reverse_markdown (3.0.0) nokogiri - rexml (3.4.0) + rexml (3.4.1) rouge (4.5.1) rss (0.3.1) rexml - rubocop (1.71.2) + rubocop (1.72.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -203,9 +205,9 @@ GEM sanitize (7.0.0) crass (~> 1.0.2) nokogiri (>= 1.16.8) - sass-embedded (1.83.4-arm64-darwin) + sass-embedded (1.85.0-arm64-darwin) google-protobuf (~> 4.29) - sass-embedded (1.83.4-x86_64-linux-gnu) + sass-embedded (1.85.0-x86_64-linux-gnu) google-protobuf (~> 4.29) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -234,7 +236,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank just-the-docs - rubocop (~> 1.71) + rubocop (~> 1.72) tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1)