Skip to content

Commit d029b17

Browse files
chore(deps): bump the ruby group with 8 updates (#886)
Bumps the ruby group with 8 updates: | Package | From | To | | --- | --- | --- | | [rubocop](https://github.com/rubocop/rubocop) | `1.74.0` | `1.75.1` | | [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.30.1` | `4.30.2` | | [logger](https://github.com/ruby/logger) | `1.6.6` | `1.7.0` | | [mime-types](https://github.com/mime-types/ruby-mime-types) | `3.6.1` | `3.6.2` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0318` | `3.2025.0325` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.5` | `1.18.6` | | [parser](https://github.com/whitequark/parser) | `3.3.7.2` | `3.3.7.4` | | [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.41.0` | `1.43.0` | Updates `rubocop` from 1.74.0 to 1.75.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.1) Updates `google-protobuf` from 4.30.1 to 4.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.30.1...v4.30.2) Updates `logger` from 1.6.6 to 1.7.0 - [Release notes](https://github.com/ruby/logger/releases) - [Commits](ruby/logger@v1.6.6...v1.7.0) Updates `mime-types` from 3.6.1 to 3.6.2 - [Changelog](https://github.com/mime-types/ruby-mime-types/blob/main/CHANGELOG.md) - [Commits](mime-types/ruby-mime-types@v3.6.1...v3.6.2) Updates `mime-types-data` from 3.2025.0318 to 3.2025.0325 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2025.0318...v3.2025.0325) Updates `nokogiri` from 1.18.5 to 1.18.6 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.5...v1.18.6) Updates `parser` from 3.3.7.2 to 3.3.7.4 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](whitequark/parser@v3.3.7.2...v3.3.7.4) Updates `rubocop-ast` from 1.41.0 to 1.43.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.41.0...v1.43.0) --- updated-dependencies: - 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-minor dependency-group: ruby - dependency-name: mime-types 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-patch dependency-group: ruby - dependency-name: nokogiri dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: 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-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 539daf8 commit d029b17

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
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.74'
29+
gem 'rubocop', '~> 1.75'
3030
end

Gemfile.lock

+14-12
Original file line numberDiff line numberDiff line change
@@ -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.1-arm64-darwin)
92+
google-protobuf (4.30.2-arm64-darwin)
9393
bigdecimal
9494
rake (>= 13)
95-
google-protobuf (4.30.1-x86_64-linux)
95+
google-protobuf (4.30.2-x86_64-linux)
9696
bigdecimal
9797
rake (>= 13)
9898
http_parser.rb (0.8.0)
@@ -151,24 +151,25 @@ GEM
151151
listen (3.9.0)
152152
rb-fsevent (~> 0.10, >= 0.10.3)
153153
rb-inotify (~> 0.9, >= 0.9.10)
154-
logger (1.6.6)
154+
logger (1.7.0)
155155
mercenary (0.4.0)
156-
mime-types (3.6.1)
156+
mime-types (3.6.2)
157157
logger
158158
mime-types-data (~> 3.2015)
159-
mime-types-data (3.2025.0318)
159+
mime-types-data (3.2025.0325)
160160
net-http (0.6.0)
161161
uri
162-
nokogiri (1.18.5-arm64-darwin)
162+
nokogiri (1.18.6-arm64-darwin)
163163
racc (~> 1.4)
164-
nokogiri (1.18.5-x86_64-linux-gnu)
164+
nokogiri (1.18.6-x86_64-linux-gnu)
165165
racc (~> 1.4)
166166
parallel (1.26.3)
167-
parser (3.3.7.2)
167+
parser (3.3.7.4)
168168
ast (~> 2.4.1)
169169
racc
170170
pathutil (0.16.2)
171171
forwardable-extended (~> 2.6)
172+
prism (1.4.0)
172173
public_suffix (6.0.1)
173174
puppeteer-ruby (0.45.6)
174175
concurrent-ruby (>= 1.1, < 1.4)
@@ -187,19 +188,20 @@ GEM
187188
rouge (4.5.1)
188189
rss (0.3.1)
189190
rexml
190-
rubocop (1.74.0)
191+
rubocop (1.75.1)
191192
json (~> 2.3)
192193
language_server-protocol (~> 3.17.0.2)
193194
lint_roller (~> 1.1.0)
194195
parallel (~> 1.10)
195196
parser (>= 3.3.0.2)
196197
rainbow (>= 2.2.2, < 4.0)
197198
regexp_parser (>= 2.9.3, < 3.0)
198-
rubocop-ast (>= 1.38.0, < 2.0)
199+
rubocop-ast (>= 1.43.0, < 2.0)
199200
ruby-progressbar (~> 1.7)
200201
unicode-display_width (>= 2.4.0, < 4.0)
201-
rubocop-ast (1.41.0)
202+
rubocop-ast (1.43.0)
202203
parser (>= 3.3.7.2)
204+
prism (~> 1.4)
203205
ruby-progressbar (1.13.0)
204206
safe_yaml (1.0.5)
205207
sanitize (7.0.0)
@@ -236,7 +238,7 @@ DEPENDENCIES
236238
jekyll-sitemap
237239
jekyll-target-blank
238240
just-the-docs
239-
rubocop (~> 1.74)
241+
rubocop (~> 1.75)
240242
tzinfo (~> 2.0)
241243
tzinfo-data
242244
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)