Merged
Conversation
d52519b to
31d7eb6
Compare
9208d15 to
478a834
Compare
d3b0149 to
6bc1def
Compare
This comment was marked as resolved.
This comment was marked as resolved.
c060480 to
72e3cba
Compare
cb94e79 to
df812d0
Compare
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
4432f6f to
4b540f9
Compare
|
@chadlwilson Thank you for contributing to gauge-ruby. Your pull request has been labeled as a release candidate 🎉🎉. Merging this PR will trigger a release. Please bump up the version as part of this PR.Instructions to bump the version can found at CONTRIBUTING.md If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done. |
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
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.
Removes restricting preventing grpc
1.65.0being installed, and adds Ruby 3.4 testing. This PR allows (and requires at the moment (install of the pre-release grpc 1.74 version) at the moment since gemspec don't have a way to exclude problematic version ranges (e.g grpc 1.64 -> 1.73).