Skip to content

Bump the ruby group with 3 updates #410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on unparser, grpc-tools and rspec-core to permit the latest version.
Updates unparser from 0.7.0 to 0.8.0

Changelog

Sourced from unparser's changelog.

v0.8.0 unreleased

#387

Commits
  • d9a9dca Merge pull request #409 from viralpraxis/fix-xstr-with-plain-gvar-unparsing
  • 48458d5 Fix xstr with plain gvar unparsing
  • f31f816 Merge pull request #408 from mbj/bump/version
  • 0bbb953 Change version to 0.8.0
  • b4d2ae5 Merge pull request #387 from viralpraxis/add-prism-support
  • 9946c0c Merge pull request #407 from mbj/use-util-one-helper-where-applicable
  • 955de82 Use Util.one helper where applicable
  • 1e4963e Add prism parser support
  • 954aafb Merge pull request #405 from viralpraxis/fix-masgn-with-nested-mlhs-unparsing
  • 3fa31c3 Fix masgn with nested mlhs unparsing
  • Additional commits viewable in compare view

Updates grpc-tools from 1.72.0 to 1.73.0

Release notes

Sourced from grpc-tools's releases.

Release v1.73.0

This is release 1.73.0 (gradient) 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

As of this version, gRPC on MacOS & iOS will utilize Abseil's synchronization features, aligning it with other platforms. Should you encounter any issues due to this update, you can disable it by enabling GPR_DISABLE_ABSEIL_SYNC. If you do this, please report any problems by filing a bug at https://github.com/grpc/grpc.

  • [Dep] Update Protobuf to v31.0. (#39392)
  • [Core] Added GPR_DISABLE_ABSEIL_SYNC. (#39562)
  • [xds_override_host] pass through per-endpoint args when creating subchannels. (#39532)
  • Expose GRPC_OPENSSL_CLEANUP_TIMEOUT to control shutdown grace period. (#39297)
  • [URI] fix parsing of user_info in proxy settings. (#39004)
  • [EventEngine] Fix busy loop in thread pool when shutting down. (#39258)
  • [Dep] Added a flag to build with openssl instead of boringssl. (#39188)
  • [EventEngine] Cleanup: EventEngine client, listener, and dns experiments are on by default on all platforms. (#39079)

C++

  • [OpenCensus] Mark OpenCensus and dependent APIs as deprecated. (#39554)

Python

  • [Python] Pin Cython to 3.1.1. (#39609)
  • [Python] grpc_tools: make PythonGrpcGenerator handle dot . in proto paths the same way as native Generator/PyiGenerator. (#39586)

Ruby

  • [Ruby] add remove_unused_artifacts to opt build. (#39593)

Release v1.73.0-pre2

This is a prerelease of gRPC Core 1.73.0 (gradient).

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

This prerelease contains refinements, improvements, and bug fixes.

Release v1.73.0-pre1

This is a prerelease of gRPC Core 1.73.0 (gradient).

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

... (truncated)

Commits
  • 95dd243 [Release] Bump version to 1.73.0 (on v1.73.x branch) (#39787)
  • 9f9728c [Release] Bump version to 1.73.0-pre2 (on v1.73.x branch) (#39721)
  • ce0bd2d [Release] Bump version to 1.73.0-pre1 (on v1.73.x branch) (#39643)
  • 64f89ce [Ruby] add remove_unused_artifacts to opt build (#39593)
  • dbe77be [grpc_error] fix all tests to pass both with and without error_flatten experi...
  • 267a27c [Release] Bump version to 1.73.0-dev (on master branch) (#39161)
  • See full diff in compare view

Updates rspec-core from 3.13.4 to 3.13.5

Changelog

Sourced from rspec-core's changelog.

3.13.5 / 2025-06-25

Full Changelog

Bug Fixes:

  • Fix finding failed lines from frozen backtrace arrays. (Jon Rowe, #225)
Commits

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

Updates the requirements on [unparser](https://github.com/mbj/unparser), [grpc-tools](https://github.com/google/grpc) and [rspec-core](https://github.com/rspec/rspec) to permit the latest version.

Updates `unparser` from 0.7.0 to 0.8.0
- [Changelog](https://github.com/mbj/unparser/blob/main/Changelog.md)
- [Commits](mbj/unparser@v0.7.0...v0.8.0)

Updates `grpc-tools` from 1.72.0 to 1.73.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.72.0...v1.73.0)

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

---
updated-dependencies:
- dependency-name: unparser
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: grpc-tools
  dependency-version: 1.73.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rspec-core
  dependency-version: 3.13.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 1, 2025
@chadlwilson chadlwilson merged commit bda10a7 into master Jul 1, 2025
19 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-f01ccc805b branch July 1, 2025 11:39
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.

1 participant