Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the ruby group with 12 updates:

Package From To
rake 13.3.0 13.3.1
rspec 3.13.1 3.13.2
rubyzip 3.1.1 3.2.1
parser 3.3.9.0 3.3.10.0
grpc 1.75.0 1.76.0
grpc-tools 1.75.0 1.76.0
bigdecimal 3.2.3 3.3.1
google-protobuf 4.32.1 4.33.0
googleapis-common-protos-types 1.21.0 1.22.0
prism 1.5.1 1.6.0
rspec-core 3.13.5 3.13.6
rspec-mocks 3.13.5 3.13.7

Updates rake from 13.3.0 to 13.3.1

Commits
  • f0001c3 v13.3.1
  • a644c80 Merge pull request #483 from luke-gru/fix_test_warnings
  • 2465ea5 silence warnings during execution of rake tasks in Rakefile (ex: rake test)
  • df25fb1 Merge pull request #610 from pvdb/fix_testhelper_require
  • ec12ac9 Merge pull request #635 from nevans/deconstruct_keys-for-nil-keys
  • 4664a69 Merge pull request #666 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 7a0bf15 Bump ruby/setup-ruby from 1.265.0 to 1.266.0
  • b3ed789 Merge pull request #665 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 1e7ef52 Bump ruby/setup-ruby from 1.263.0 to 1.265.0
  • 77225e1 Merge pull request #664 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates rspec from 3.13.1 to 3.13.2

Commits

Updates rubyzip from 3.1.1 to 3.2.1

Release notes

Sourced from rubyzip's releases.

v3.2.1

Version 3.2.1

The 3.2.x line adds the ability to suppress extra fields when creating new Zip files.

⚠️ There are breaking changes in the 3.x series ⚠️

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

v3.2.0

Version 3.2.0

The 3.2.x line adds the ability to suppress extra fields when creating new Zip files.

⚠️ There are breaking changes in the 3.x series ⚠️

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

Changelog

Sourced from rubyzip's changelog.

3.2.1 (2025-10-24)

  • Fix Entry#gather_fileinfo_from_srcpath error messages. #654

Tooling/internal:

  • Add some simple benchmarks for reading the cdir.

3.2.0 (2025-10-14)

Tooling/internal:

  • Entry: clean up reading and writing the Central Directory headers.
  • Improve Zip64 tests for OutputStream.
  • Extra fields: use symbols as indices as opposed to strings.
  • Ensure that Unknown extra field has a superclass.
Commits
  • 0f1c04c Update version number and Changelog for release.
  • a0f4fa0 Fix Entry#gather_fileinfo_from_srcpath error messages.
  • 59a88d1 Add some simple benchmarks for reading the cdir.
  • 9a7ee0d Update version number and Changelog for release.
  • 1ff464a Allow File to suppress extra fields.
  • cbe3f10 README: document the use of OutputStream.
  • 5b1e18c OutputStream: allow individual extra fields to be suppressed.
  • 208effe Allow OutputStream to locally suppress extra fields.
  • f49ecb6 Entry: clean up reading and writing the CDir headers.
  • 00ebfc5 Test OutputStream behaves as expected with Zip64 support off.
  • Additional commits viewable in compare view

Updates parser from 3.3.9.0 to 3.3.10.0

Changelog

Sourced from parser's changelog.

v3.3.10.0 (2025-10-27)

API modifications:

  • Bump maintenance branches to 3.3.10 (#1083) (Koichi ITO)
Commits

Updates grpc from 1.75.0 to 1.76.0

Release notes

Sourced from grpc's releases.

Release v1.76.0

This is release 1.76.0 (genuine) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Prioritize system CA over bundled CA. (#40583)
  • [event_engine] Introduce a event_engine_poller_for_python experiment. (#40243)
  • [metrics] add grpc.lb.backend_service label. (#40486)

C#

  • [csharp tools] #39374 Grpc.Tools can't process file Suffix name with Upper character. (#40072)

Python

  • [Python] gRPC AsyncIO: Improve CompletionQueue polling performance. (#39993)

Release v1.76.0-pre1

This is a prerelease of gRPC Core 1.76.0 (genuine).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Release v1.75.1

This is release gRPC Core 1.75.1 (gemini).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python

  • Release grpcio wheels with Python 3.14 support (#40403)
  • Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations. (#40447)
    • This also addresses previously reported issues with empty error message on Python interpreter exit (Error in sys.excepthook:/Original exception was: empty): #36655, #38679, #33342
  • Python 3.14: preserve current behavior when using grpc.aio async methods outside of a running event loop. (#40750)
    • Note: using async methods outside of a running event loop is discouraged by Python, and will be deprecated in future gRPC releases. Please use the asyncio.run() function (or asyncio.Runner for custom loop factories). For interactive mode, use dedicated asyncio REPL: python -m asyncio.

Full Changelog: grpc/grpc@v1.75.0...v1.75.1

Commits
  • f5ffb68 [Release] Bump version to 1.76.0 (on v1.76.x branch) (#40925)
  • ffd8379 [Release] Bump version to 1.76.0-pre1 (on v1.76.x branch) (#40798)
  • 835d394 [Release] Bump core version to 51.0.0 for upcoming release (#40784)
  • de6ce7f [PH2] Add files for goaway support (#40786)
  • f7dd7f4 [PH2][Trivial][CleanUp]
  • 2d40a37 [PH2][ChannelZ][ZTrace][Skeleton]
  • 83acb27 [build] Add Missing Dependencies for reflection_proto in Preparation for Enab...
  • abfe8a2 [PH2] Stream list represents streams open for reads.
  • c65d8de [PH2][Expt] Fix the experiment expiry
  • bac84b1 Automated rollback of commit 74232c6bd3c0f4bc35bad035dbeecf5cbc834a11.
  • Additional commits viewable in compare view

Updates grpc-tools from 1.75.0 to 1.76.0

Release notes

Sourced from grpc-tools's releases.

Release v1.76.0

This is release 1.76.0 (genuine) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Prioritize system CA over bundled CA. (#40583)
  • [event_engine] Introduce a event_engine_poller_for_python experiment. (#40243)
  • [metrics] add grpc.lb.backend_service label. (#40486)

C#

  • [csharp tools] #39374 Grpc.Tools can't process file Suffix name with Upper character. (#40072)

Python

  • [Python] gRPC AsyncIO: Improve CompletionQueue polling performance. (#39993)

Release v1.76.0-pre1

This is a prerelease of gRPC Core 1.76.0 (genuine).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Release v1.75.1

This is release gRPC Core 1.75.1 (gemini).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python

  • Release grpcio wheels with Python 3.14 support (#40403)
  • Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations. (#40447)
    • This also addresses previously reported issues with empty error message on Python interpreter exit (Error in sys.excepthook:/Original exception was: empty): #36655, #38679, #33342
  • Python 3.14: preserve current behavior when using grpc.aio async methods outside of a running event loop. (#40750)
    • Note: using async methods outside of a running event loop is discouraged by Python, and will be deprecated in future gRPC releases. Please use the asyncio.run() function (or asyncio.Runner for custom loop factories). For interactive mode, use dedicated asyncio REPL: python -m asyncio.

Full Changelog: grpc/grpc@v1.75.0...v1.75.1

Commits

Updates bigdecimal from 3.2.3 to 3.3.1

Release notes

Sourced from bigdecimal's releases.

v3.3.1

What's Changed

Full Changelog: ruby/bigdecimal@v3.3.0...v3.3.1

v3.3.0

What's Changed

New Contributors

Full Changelog: ruby/bigdecimal@v3.2.3...v3.3.0

Changelog

Sourced from bigdecimal's changelog.

3.3.1

  • All BigMath methods converts non integer precision with to_int

    @​tompng

3.3.0

Commits
  • 2d932f4 Bump version to 3.3.1 (#443)
  • 8f34991 Unify all precision validation to be consistent with BigDecimal#add (#442)
  • a831065 Fix modulo/remainder of negative zero (#441)
  • 0aa97bb Bump version to 3.3.0 (#437)
  • f718178 Fix precision of x.power(y, prec) when the result is nearly infinity (#439)
  • a267ca7 Improve performance of x**y when y is a huge value (#438)
  • cb2458b Add newline at EOF [ci skip]
  • d93b542 Make internal BigMath method a private method (#432)
  • f107735 Merge pull request #431 from ruby/dependabot/github_actions/step-security/har...
  • 6682fd8 Bump step-security/harden-runner from 2.13.0 to 2.13.1
  • Additional commits viewable in compare view

Updates google-protobuf from 4.32.1 to 4.33.0

Commits

Updates googleapis-common-protos-types from 1.21.0 to 1.22.0

Release notes

Sourced from googleapis-common-protos-types's releases.

googleapis-common-protos-types: v1.22.0

1.22.0 (2025-10-08)

Features

  • Support partial success and unreachable resources in ListOperations (#393)
Commits
  • 9c1cc95 chore(main): release googleapis-common-protos-types 1.22.0 (#394)
  • f82532b feat: Support partial success and unreachable resources in ListOperations (#393)
  • 84baa51 chore(main): release googleapis-common-protos 1.9.0 (#392)
  • 204aaf6 feat: update protobuf dependency to 4.26 (#391)
  • See full diff in compare view

Updates prism from 1.5.1 to 1.6.0

Release notes

Sourced from prism's releases.

v1.6.0

Added

  • Add support for passing "current" as the version option to Prism.* APIs.

Changed

  • Remove a compiler warning for a missing unsigned cast for a shift value.

v1.5.2

Changed

  • Fix character literal forced encoding when a unicode escape sequence is used.
  • Reject 1 if foo = bar baz.
  • Clear static literal flag on interpolated strings.
  • Reject optional argument/endless method definition ambiguity.
Changelog

Sourced from prism's changelog.

[1.6.0] - 2025-10-16

Added

  • Add support for passing "current" as the version option to Prism.* APIs.

Changed

  • Remove a compiler warning for a missing unsigned cast for a shift value.

[1.5.2] - 2025-10-09

Changed

  • Fix character literal forced encoding when a unicode escape sequence is used.
  • Reject 1 if foo = bar baz.
  • Clear static literal flag on interpolated strings.
  • Reject optional argument/endless method definition ambiguity.
Commits
  • 2924f8f Merge pull request #3683 from ruby/bump-version
  • b72fcc6 Bump to v1.6.0
  • 1a22357 Merge pull request #3679 from Earlopain/parse-as-current
  • 9c5cd20 Add support for Prism.parse(foo, version: "current")
  • 8e88590 Merge pull request #3680 from tenderlove/trusted-publishers
  • f224797 use bundler cache instead of bundle install
  • 64f3c2a Add npm publishing workflow
  • 2b91919 Add crates.io publishing workflow
  • 6f56379 Add gem publishing workflow
  • 4848dbd Merge pull request #3682 from froydnj/froydnj-unsigned-shift-constant
  • Additional commits viewable in compare view

Updates rspec-core from 3.13.5 to 3.13.6

Changelog

Sourced from rspec-core's changelog.

3.13.6 / 2025-10-19

Full Changelog

Bug Fixes:

Commits
  • 4d8e9c3 rspec-core-v3.13.6
  • f55a7d3 Merge pull request #240 from viralpraxis/fix-unused-block-warning
  • 72949df Continue removing :if / :unless and fix broken skip
  • 3fbe74e Adjust specs to be deprecation warning-free
  • f5cb8cf Use :skip instead of :if/:else in specs
  • See full diff in compare view

Updates rspec-mocks from 3.13.5 to 3.13.7

Changelog

Sourced from rspec-mocks's changelog.

3.13.7 / 2025-10-31

Full Changelog

Bug Fixes:

  • Special case to_h, to_hash responses on null objects, prevents an issue with Rails. (Jon Rowe, rspec/rspec#275)

3.13.6 / 2025-10-14

Full Changelog

Bug Fixes:

  • Work around possible infinite loop when stubbing is_a?. (Erin Paget, rspec/rspec#265)
Commits
  • 5ce5674 rspec-mocks-v3.13.7
  • 267f156 Merge pull request #275 from rspec/spys-respond-to-to_hash
  • 0cca228 rspec-mocks-v3.13.6
  • de0f104 Merge pull request #265 from undees/undees/73-avoid-infinite-loop-on-mocked-is-a
  • 5aa0256 Change more :if / :unless to :skip
  • 6ceb263 Merge pull request #226 from rspec/general-lint-fixes
  • e82920a Fix typo for expectations
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
grpc [>= 1.65.0.a, < 1.65.1]
grpc [>= 1.65.1.a, < 1.65.2]
grpc [>= 1.65.2.a, < 1.65.3]
grpc [>= 1.67.a, < 1.68]
grpc [>= 1.66.a, < 1.67]
grpc [>= 1.68.a, < 1.69]
grpc [>= 1.69.a, < 1.70]
grpc [>= 1.70.a, < 1.71]
grpc [>= 1.71.a, < 1.72]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 1, 2025
@chadlwilson
Copy link
Contributor

@dependabot unignore grpc

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

OK, I will stop ignoring the grpc dependency.

Bumps the ruby group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [rake](https://github.com/ruby/rake) | `13.3.0` | `13.3.1` |
| [rspec](https://github.com/rspec/rspec) | `3.13.1` | `3.13.2` |
| [rubyzip](https://github.com/rubyzip/rubyzip) | `3.1.1` | `3.2.1` |
| [parser](https://github.com/whitequark/parser) | `3.3.9.0` | `3.3.10.0` |
| [grpc](https://github.com/google/grpc) | `1.75.0` | `1.76.0` |
| [grpc-tools](https://github.com/google/grpc) | `1.75.0` | `1.76.0` |
| [bigdecimal](https://github.com/ruby/bigdecimal) | `3.2.3` | `3.3.1` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.32.1` | `4.33.0` |
| [googleapis-common-protos-types](https://github.com/googleapis/common-protos-ruby) | `1.21.0` | `1.22.0` |
| [prism](https://github.com/ruby/prism) | `1.5.1` | `1.6.0` |
| [rspec-core](https://github.com/rspec/rspec) | `3.13.5` | `3.13.6` |
| [rspec-mocks](https://github.com/rspec/rspec) | `3.13.5` | `3.13.7` |


Updates `rake` from 13.3.0 to 13.3.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.3.0...v13.3.1)

Updates `rspec` from 3.13.1 to 3.13.2
- [Commits](rspec/rspec@rspec-v3.13.1...rspec-v3.13.2)

Updates `rubyzip` from 3.1.1 to 3.2.1
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md)
- [Commits](rubyzip/rubyzip@v3.1.1...v3.2.1)

Updates `parser` from 3.3.9.0 to 3.3.10.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.9.0...v3.3.10.0)

Updates `grpc` from 1.75.0 to 1.76.0
- [Release notes](https://github.com/google/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.75.0...v1.76.0)

Updates `grpc-tools` from 1.75.0 to 1.76.0
- [Release notes](https://github.com/google/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.75.0...v1.76.0)

Updates `bigdecimal` from 3.2.3 to 3.3.1
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.2.3...v3.3.1)

Updates `google-protobuf` from 4.32.1 to 4.33.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 `googleapis-common-protos-types` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/googleapis/common-protos-ruby/releases)
- [Changelog](https://github.com/googleapis/common-protos-ruby/blob/main/release-please-config.json)
- [Commits](googleapis/common-protos-ruby@googleapis-common-protos-types/v1.21.0...googleapis-common-protos-types/v1.22.0)

Updates `prism` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v1.5.1...v1.6.0)

Updates `rspec-core` from 3.13.5 to 3.13.6
- [Changelog](https://github.com/rspec/rspec/blob/rspec-core-v3.13.6/rspec-core/Changelog.md)
- [Commits](rspec/rspec@rspec-core-v3.13.5...rspec-core-v3.13.6)

Updates `rspec-mocks` from 3.13.5 to 3.13.7
- [Changelog](https://github.com/rspec/rspec/blob/rspec-mocks-v3.13.7/rspec-mocks/Changelog.md)
- [Commits](rspec/rspec@rspec-mocks-v3.13.5...rspec-mocks-v3.13.7)

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rspec
  dependency-version: 3.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubyzip
  dependency-version: 3.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: parser
  dependency-version: 3.3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: grpc
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: grpc-tools
  dependency-version: 1.76.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: bigdecimal
  dependency-version: 3.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: google-protobuf
  dependency-version: 4.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: googleapis-common-protos-types
  dependency-version: 1.22.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: prism
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rspec-core
  dependency-version: 3.13.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rspec-mocks
  dependency-version: 3.13.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/ruby-bdc2f8e02f branch from 7ea97eb to 74a9bfc Compare November 1, 2025 08:13
@chadlwilson chadlwilson merged commit 270a6b5 into master Nov 1, 2025
29 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-bdc2f8e02f branch November 1, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Development

Successfully merging this pull request may close these issues.

2 participants