chore(deps): Upgrade dependency minitest to v6#2197
Merged
Conversation
simi
approved these changes
Jun 14, 2026
mwear
approved these changes
Jun 16, 2026
kaylareopelle
approved these changes
Jun 23, 2026
|
|
||
| group :test, :development do | ||
| gem 'minitest', '~> 5.27.0' | ||
| gem 'minitest', '~> 6.0.0' |
Contributor
There was a problem hiding this comment.
I'm hesitant to continue updating the dependencies on Jaeger since the library itself is deprecated. Is there a way to exclude it from Renovate?
Contributor
There was a problem hiding this comment.
I think it's fine for this change, but I'll open an issue.
Contributor
Author
There was a problem hiding this comment.
Actually the deprecated gem is the jaeger exporter not propagator. I have opened #2205 to exclude the deprecated from renovate & rubocop as per the instructions in open-telemetry/opentelemetry-ruby-contrib#2219
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #2180 for details.
This PR is a subset of #2180, scoped to the gems which can be updated without changes.
This reduces qty of gems out of date by ensuring they can be updated going forward and avoids the chance changes could be added which would block a v6 update.