Skip to content

Commit 85137e1

Browse files
chore(deps): bump the ruby group with 6 updates (#884)
Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``19957e0`` | ``a21ca4f`` | | [html2rss-configs](https://github.com/html2rss/html2rss-configs) | ``077f27c`` | ``6aadc0c`` | | [rubocop](https://github.com/rubocop/rubocop) | `1.73.2` | `1.74.0` | | [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.30.0` | `4.30.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.3` | `1.18.4` | | [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.38.1` | `1.39.0` | Updates `html2rss` from `19957e0` to `a21ca4f` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@19957e0...a21ca4f) Updates `html2rss-configs` from `077f27c` to `6aadc0c` - [Commits](html2rss/html2rss-configs@077f27c...6aadc0c) Updates `rubocop` from 1.73.2 to 1.74.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.73.2...v1.74.0) Updates `google-protobuf` from 4.30.0 to 4.30.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.30.0...v4.30.1) Updates `nokogiri` from 1.18.3 to 1.18.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.4/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.3...v1.18.4) Updates `rubocop-ast` from 1.38.1 to 1.39.0 - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-ast@v1.38.1...v1.39.0) --- updated-dependencies: - dependency-name: html2rss dependency-type: direct:production dependency-group: ruby - 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-patch dependency-group: ruby - dependency-name: nokogiri dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 426b123 commit 85137e1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ end
2626
gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin]
2727

2828
group :development do
29-
gem 'rubocop', '~> 1.73'
29+
gem 'rubocop', '~> 1.74'
3030
end

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
22
remote: https://github.com/html2rss/html2rss-configs.git
3-
revision: 077f27c87c44454ef5411fd8d4d2054447ff26b7
3+
revision: 6aadc0cf35c10642a4f15022e3ee9902360d3171
44
specs:
55
html2rss-configs (0.2.0)
66
html2rss
77

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: 19957e05b8859c7c7680a9319a90c560661cf439
10+
revision: a21ca4f131ff5cb77c1b4a89083913f4d4b28be3
1111
specs:
1212
html2rss (0.17.0)
1313
addressable (~> 2.7)
@@ -89,10 +89,10 @@ GEM
8989
ffi (1.17.1-arm64-darwin)
9090
ffi (1.17.1-x86_64-linux-gnu)
9191
forwardable-extended (2.6.0)
92-
google-protobuf (4.30.0-arm64-darwin)
92+
google-protobuf (4.30.1-arm64-darwin)
9393
bigdecimal
9494
rake (>= 13)
95-
google-protobuf (4.30.0-x86_64-linux)
95+
google-protobuf (4.30.1-x86_64-linux)
9696
bigdecimal
9797
rake (>= 13)
9898
http_parser.rb (0.8.0)
@@ -159,9 +159,9 @@ GEM
159159
mime-types-data (3.2025.0304)
160160
net-http (0.6.0)
161161
uri
162-
nokogiri (1.18.3-arm64-darwin)
162+
nokogiri (1.18.4-arm64-darwin)
163163
racc (~> 1.4)
164-
nokogiri (1.18.3-x86_64-linux-gnu)
164+
nokogiri (1.18.4-x86_64-linux-gnu)
165165
racc (~> 1.4)
166166
parallel (1.26.3)
167167
parser (3.3.7.1)
@@ -187,7 +187,7 @@ GEM
187187
rouge (4.5.1)
188188
rss (0.3.1)
189189
rexml
190-
rubocop (1.73.2)
190+
rubocop (1.74.0)
191191
json (~> 2.3)
192192
language_server-protocol (~> 3.17.0.2)
193193
lint_roller (~> 1.1.0)
@@ -198,7 +198,7 @@ GEM
198198
rubocop-ast (>= 1.38.0, < 2.0)
199199
ruby-progressbar (~> 1.7)
200200
unicode-display_width (>= 2.4.0, < 4.0)
201-
rubocop-ast (1.38.1)
201+
rubocop-ast (1.39.0)
202202
parser (>= 3.3.1.0)
203203
ruby-progressbar (1.13.0)
204204
safe_yaml (1.0.5)
@@ -236,7 +236,7 @@ DEPENDENCIES
236236
jekyll-sitemap
237237
jekyll-target-blank
238238
just-the-docs
239-
rubocop (~> 1.73)
239+
rubocop (~> 1.74)
240240
tzinfo (~> 2.0)
241241
tzinfo-data
242242
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)