Skip to content

Commit 262d89a

Browse files
chore(deps): bump the ruby group with 6 updates (#865)
Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [just-the-docs](https://github.com/just-the-docs/just-the-docs) | `0.10.0` | `0.10.1` | | [html2rss](https://github.com/html2rss/html2rss) | ``4dd2182`` | ``d0f4ec7`` | | [rubocop](https://github.com/rubocop/rubocop) | `1.69.2` | `1.70.0` | | [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.29.2` | `4.29.3` | | [logger](https://github.com/ruby/logger) | `1.6.4` | `1.6.5` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2024.1203` | `3.2025.0107` | Updates `just-the-docs` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](just-the-docs/just-the-docs@v0.10.0...v0.10.1) Updates `html2rss` from `4dd2182` to `d0f4ec7` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@4dd2182...d0f4ec7) Updates `rubocop` from 1.69.2 to 1.70.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.70.0) Updates `google-protobuf` from 4.29.2 to 4.29.3 - [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 `logger` from 1.6.4 to 1.6.5 - [Release notes](https://github.com/ruby/logger/releases) - [Commits](ruby/logger@v1.6.4...v1.6.5) Updates `mime-types-data` from 3.2024.1203 to 3.2025.0107 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2024.1203...v3.2025.0107) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - 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: google-protobuf dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: logger dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: mime-types-data dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent bddb973 commit 262d89a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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.69'
29+
gem 'rubocop', '~> 1.70'
3030
end

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: 4dd2182c3cab79fb0e66981c321ad075fed1729e
10+
revision: d0f4ec7037693654214b2496d9cb7e8131a5d959
1111
specs:
1212
html2rss (0.16.0)
1313
addressable (~> 2.7)
@@ -52,10 +52,10 @@ GEM
5252
ffi (1.17.1-arm64-darwin)
5353
ffi (1.17.1-x86_64-linux-gnu)
5454
forwardable-extended (2.6.0)
55-
google-protobuf (4.29.2-arm64-darwin)
55+
google-protobuf (4.29.3-arm64-darwin)
5656
bigdecimal
5757
rake (>= 13)
58-
google-protobuf (4.29.2-x86_64-linux)
58+
google-protobuf (4.29.3-x86_64-linux)
5959
bigdecimal
6060
rake (>= 13)
6161
http_parser.rb (0.8.0)
@@ -96,7 +96,7 @@ GEM
9696
jekyll-watch (2.2.1)
9797
listen (~> 3.0)
9898
json (2.9.1)
99-
just-the-docs (0.10.0)
99+
just-the-docs (0.10.1)
100100
jekyll (>= 3.8.5)
101101
jekyll-include-cache
102102
jekyll-seo-tag (>= 2.0)
@@ -110,12 +110,12 @@ GEM
110110
listen (3.9.0)
111111
rb-fsevent (~> 0.10, >= 0.10.3)
112112
rb-inotify (~> 0.9, >= 0.9.10)
113-
logger (1.6.4)
113+
logger (1.6.5)
114114
mercenary (0.4.0)
115115
mime-types (3.6.0)
116116
logger
117117
mime-types-data (~> 3.2015)
118-
mime-types-data (3.2024.1203)
118+
mime-types-data (3.2025.0107)
119119
net-http (0.6.0)
120120
uri
121121
nokogiri (1.18.1-arm64-darwin)
@@ -146,7 +146,7 @@ GEM
146146
rouge (4.5.1)
147147
rss (0.3.1)
148148
rexml
149-
rubocop (1.69.2)
149+
rubocop (1.70.0)
150150
json (~> 2.3)
151151
language_server-protocol (>= 3.17.0)
152152
parallel (~> 1.10)
@@ -194,7 +194,7 @@ DEPENDENCIES
194194
jekyll-sitemap
195195
jekyll-target-blank
196196
just-the-docs
197-
rubocop (~> 1.69)
197+
rubocop (~> 1.70)
198198
tzinfo (~> 2.0)
199199
tzinfo-data
200200
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)