Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 18, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
minitest (source, changelog) "~> 5.0""~> 6.0" age confidence major
ruby (source) 3.4.74.0.0 age confidence uses-with major

Release Notes

minitest/minitest (minitest)

v6.0.1

Compare Source

v6.0.0

Compare Source

ruby/ruby (ruby)

v4.0.0: 4.0.0

See also:

What's Changed

Note: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.

Full Changelog

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner December 18, 2025 00:57
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 18, 2025
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on maintaining the project's dependencies by upgrading the minitest testing framework to its latest major version, v6. This update ensures that the project benefits from the most recent features, performance improvements, and security patches available in the testing library, contributing to a more robust and modern development environment.

Highlights

  • Dependency Update: The minitest dependency has been updated from version ~> 5.0 to ~> 6.0 in the spannerlib/wrappers/spannerlib-ruby/Gemfile.
  • Major Version Upgrade: This pull request introduces a major version upgrade for minitest, moving from version 5 to version 6, which may include breaking changes or significant new features.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates minitest to version 6, a major release with numerous breaking changes. This update is likely to cause failures in your test suite if minitest is in use. It is critical to thoroughly run all tests and adapt any existing test code to the new Minitest v6 API before merging. If minitest is no longer a direct dependency for your tests, consider removing it from the Gemfile altogether.


group :development, :test do
gem "minitest", "~> 5.0"
gem "minitest", "~> 6.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This major version upgrade to minitest v6 introduces significant breaking changes that will likely break your test suite. According to the official release notes, some of the breaking changes include:

  • Dropped support for Ruby versions below 3.0.
  • Minitest::Unit::TestCase has been removed (use Minitest::Test).
  • assert_nothing_raised has been removed (use assert_silent).
  • assert_raises now requires an exception class to be specified.

Before merging, please ensure that the entire test suite is executed and passes. If minitest is not actively used, it would be better to remove this dependency rather than update it.

@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from 11dd0d7 to ea6304d Compare December 25, 2025 05:13
@renovate-bot renovate-bot changed the title chore: update dependency minitest to v6 chore: update all dependencies (major) Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant