deps(conformance-ruby): bump webmock from 3.26.2 to 3.26.3 in /conformance/runner/ruby in the conformance-bundler-dependencies group - #822
Merged
github-actions[bot] merged 1 commit intoAug 24, 2026
Conversation
Bumps the conformance-bundler-dependencies group in /conformance/runner/ruby with 1 update: [webmock](https://github.com/bblimke/webmock). Updates `webmock` from 3.26.2 to 3.26.3 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.26.2...v3.26.3) --- updated-dependencies: - dependency-name: webmock dependency-version: 3.26.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: conformance-bundler-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates WebMock to 3.26.3 for the Ruby conformance runner.
Changes:
- Raises the WebMock minimum version to 3.26.
- Refreshes the lockfile version and checksum.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
conformance/runner/ruby/Gemfile |
Updates the WebMock requirement. |
conformance/runner/ruby/Gemfile.lock |
Locks WebMock 3.26.3 with its checksum. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dependabot
Bot
deleted the
dependabot/bundler/conformance/runner/ruby/conformance-bundler-dependencies-aab36579df
branch
August 24, 2026 11:12
jeremy
added a commit
that referenced
this pull request
Aug 24, 2026
* origin/main: deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825) deps(smithy): bump gradle-wrapper (#824) deps(kotlin): bump gradle-wrapper (#823) deps(go): bump github.com/oapi-codegen/runtime (#821) deps(conformance-ruby): bump webmock (#822) deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820) Bump version to 0.15.0 Make the release guide and guards tell the truth before v0.15.0 (#808) # Conflicts: # go/go.mod
jeremy
added a commit
that referenced
this pull request
Aug 24, 2026
…nt-feed-go-connector * origin/event-feed-foundations: deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825) deps(smithy): bump gradle-wrapper (#824) deps(kotlin): bump gradle-wrapper (#823) deps(go): bump github.com/oapi-codegen/runtime (#821) deps(conformance-ruby): bump webmock (#822) deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820) Bump version to 0.15.0 Make the release guide and guards tell the truth before v0.15.0 (#808)
jeremy
added a commit
that referenced
this pull request
Aug 24, 2026
…ent-feed-conformance-driver * origin/event-feed-go-connector: Event feed: the ring the buffer needed, the parser parity it claimed, and two honest declines deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825) deps(smithy): bump gradle-wrapper (#824) deps(kotlin): bump gradle-wrapper (#823) deps(go): bump github.com/oapi-codegen/runtime (#821) deps(conformance-ruby): bump webmock (#822) deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820) Bump version to 0.15.0 Make the release guide and guards tell the truth before v0.15.0 (#808)
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.
Bumps the conformance-bundler-dependencies group in /conformance/runner/ruby with 1 update: webmock.
Updates
webmockfrom 3.26.2 to 3.26.3Release notes
Sourced from webmock's releases.
Changelog
Sourced from webmock's changelog.
Commits
ee409acVersion 3.26.32c976d5Merge pull request #1127 from jbockler/curb-1.35b40155Confirm to work with curb 1.3.7f685e7eMerge pull request #1130 from lesleh/fix-async-http-status-descriptiona50557eFix NameError in async-http adapter on protocol-http1 >= 0.40Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Bumps
webmockfrom 3.26.2 to 3.26.3 in the Ruby conformance runner to pick up compatibility fixes and stabilize tests. Previously we allowed~> 3.0; now we constrain to~> 3.26to avoid unexpected minor updates.curb1.3.7 and a NameError fix in theasync-httpadapter onprotocol-http1>= 0.40.webmockconstraint (~> 3.26) is desired for the conformance runner.Written for commit 090dd61. Summary will update on new commits.