From cfb7700e432a4bd9618e2932af831970cdd040a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:23:18 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 6 updates Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [html2rss-configs](https://github.com/html2rss/html2rss-configs) | ``905ca2a`` | ``9aa87f0`` | | [rubocop](https://github.com/rubocop/rubocop) | `1.68.0` | `1.69.0` | | [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.28.3` | `4.29.0` | | [regexp_parser](https://github.com/ammar/regexp_parser) | `2.9.2` | `2.9.3` | | [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.36.1` | `1.36.2` | | [webrick](https://github.com/ruby/webrick) | `1.9.0` | `1.9.1` | Updates `html2rss-configs` from `905ca2a` to `9aa87f0` - [Commits](https://github.com/html2rss/html2rss-configs/compare/905ca2a7da7d5cbf63d5265f8b70c64563957252...9aa87f0d713f5caebaab148c3922698655556a33) Updates `rubocop` from 1.68.0 to 1.69.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.68.0...v1.69.0) Updates `google-protobuf` from 4.28.3 to 4.29.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `regexp_parser` from 2.9.2 to 2.9.3 - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/ammar/regexp_parser/compare/v2.9.2...v2.9.3) Updates `rubocop-ast` from 1.36.1 to 1.36.2 - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.36.1...v1.36.2) Updates `webrick` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: html2rss-configs 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: google-protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: regexp_parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: webrick dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 44e23143..27b68687 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.68' + gem 'rubocop', '~> 1.69' end diff --git a/Gemfile.lock b/Gemfile.lock index ed85b0f8..93f6b116 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/html2rss/html2rss-configs.git - revision: 905ca2a7da7d5cbf63d5265f8b70c64563957252 + revision: 9aa87f0d713f5caebaab148c3922698655556a33 specs: html2rss-configs (0.2.0) html2rss @@ -50,10 +50,10 @@ GEM ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.28.3-arm64-darwin) + google-protobuf (4.29.0-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.28.3-x86_64-linux) + google-protobuf (4.29.0-x86_64-linux) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -133,24 +133,24 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) reverse_markdown (2.1.1) nokogiri rexml (3.3.9) rouge (4.5.1) rss (0.3.1) rexml - rubocop (1.68.0) + rubocop (1.69.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) safe_yaml (1.0.5) @@ -168,7 +168,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) uri (1.0.2) - webrick (1.9.0) + webrick (1.9.1) zeitwerk (2.7.1) PLATFORMS @@ -184,7 +184,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank just-the-docs - rubocop (~> 1.68) + rubocop (~> 1.69) tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1)