Skip to content

Bump the bundler group with 2 updates - #204

Merged
javierjulio merged 1 commit into
masterfrom
dependabot/bundler/bundler-14920edc6d
Apr 1, 2026
Merged

Bump the bundler group with 2 updates#204
javierjulio merged 1 commit into
masterfrom
dependabot/bundler/bundler-14920edc6d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on webmock and http to permit the latest version.
Updates webmock from 3.26.1 to 3.26.2

Release notes

Sourced from webmock's releases.

3.26.2

  • Add support to parse http/2 request on curb adapter

    Thanks to Christoph Rieß

  • CurbAdapter alias code from response_code

    Thanks to Christoph Rieß

  • Add HTTP.rb v6.0.0 compatibility to http_rb adapter

    Thanks to Erik Berlin

Changelog

Sourced from webmock's changelog.

3.26.2

  • Add support to parse http/2 request on curb adapter

    Thanks to Christoph Rieß

  • CurbAdapter alias code from response_code

    Thanks to Christoph Rieß

  • Add HTTP.rb v6.0.0 compatibility to http_rb adapter

    Thanks to Erik Berlin

Commits
  • ce700d9 Version 3.26.2
  • ddf8a43 Merge pull request #1121 from criess/cr/curb-http-2-parse-headers
  • 035e9fc [fix] add support to parse http/2 request on curb adapter
  • 29d3532 Merge pull request #1123 from sferik/support-http_rb-6
  • 801ad3b Merge pull request #1122 from criess/cr/curb-easy-code-as-alias
  • a4de224 Add HTTP.rb 6.0.0 compatibility to http_rb adapter
  • c6cf2f1 [fix] CurbAdapter alias code from response_code
  • 596d8a8 Merge pull request #1113 from koic/ci_against_ruby_4_0
  • 86977f8 Run CI against Ruby 4.0
  • cc11b78 Merge pull request #1114 from koic/remove_pride_option_from_minitest_rake_task
  • Additional commits viewable in compare view

Updates http from 5.3.1 to 6.0.2

Release notes

Sourced from http's releases.

v6.0.2

What's Changed

Full Changelog: httprb/http@v6.0.1...v6.0.2

v6.0.1

Full Changelog: httprb/http@v6.0.0...v6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from http's changelog.

[6.0.2] - 2026-03-20

Fixed

  • Fix RBS syntax error.

Changed

  • Improve gem push workflow security and reliability.

[6.0.1] - 2026-03-16

Changed

  • Exclude test files from gem package, reducing gem size by 50% (from 175 KB to 87 KB).

[6.0.0] - 2026-03-16

Changed

  • Merged http-form_data gem into the main http gem. The HTTP::FormData module (including Part, File, Multipart, Urlencoded, and CompositeIO) is now shipped directly with http instead of being a separate dependency. The public API is unchanged.

Fixed

  • Inflater no longer raises Zlib::BufError when a response declares Content-Encoding: gzip (or deflate) but the body is not valid compressed data. This commonly occurred when following redirects with auto_inflate enabled, because the redirect response had a Content-Encoding header but a non-compressed body. (#621)
  • Persistent connections now auto-flush unread response bodies before sending the next request, instead of raising StateError. Bodies up to 1 MiB are drained transparently; larger bodies cause the connection to close and reopen. This prevents the silent body clobbering described in #371, where an unread response body would return "" after a subsequent request. (#371)
  • Response#content_length now handles duplicate Content-Length headers per RFC 7230 Section 3.3.2. When all values are identical, they are collapsed into a single valid value. When values conflict, nil is returned instead of raising TypeError. (#566)
  • HTTP 1xx informational responses (e.g. 100 Continue) are now transparently skipped, returning the final response. This was a regression introduced when the parser was migrated from http-parser to llhttp. (#667)
  • Redirect loop detection now considers cookies, so a redirect back to the same URL with different cookies is no longer falsely detected as an endless loop. Fixes cookie-dependent redirect flows where a server sets a cookie on one hop and expects it on the next. (#544)
  • Per-operation timeouts (HTTP.timeout(read: n, write: n, connect: n)) no longer default unspecified values to 0.25 seconds. Omitted timeouts now mean

... (truncated)

Commits
  • d0886c9 Release v6.0.2
  • 042606b Improve gem push workflow security and reliability
  • 8e8eca9 Fix RBS syntax error
  • 866cb87 Release v6.0.1
  • 1ae2a60 Add mutant to default rake task and pass --since main flag
  • c39f85f Reduce gem package size by excluding non-essential files
  • 26f26c4 Switch gem release to OIDC API key role with JRuby support
  • 5d1ff43 Release v6.0.0
  • 1dbc20d Merge form_data into http
  • e68bddc Override release task to skip gem push (handled by CI)
  • Additional commits viewable in compare view

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 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 1, 2026
@codecov

codecov Bot commented Apr 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.81%. Comparing base (93cb598) to head (90f0e68).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   96.81%   96.81%           
=======================================
  Files           7        7           
  Lines         157      157           
=======================================
  Hits          152      152           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@javierjulio javierjulio self-assigned this Apr 1, 2026
@javierjulio
javierjulio self-requested a review April 1, 2026 20:40
Updates the requirements on [webmock](https://github.com/bblimke/webmock) and [http](https://github.com/httprb/http) to permit the latest version.

Updates `webmock` from 3.26.1 to 3.26.2
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.26.1...v3.26.2)

Updates `http` from 5.3.1 to 6.0.2
- [Release notes](https://github.com/httprb/http/releases)
- [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md)
- [Commits](httprb/http@v5.3.1...v6.0.2)

---
updated-dependencies:
- dependency-name: webmock
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: http
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@javierjulio
javierjulio force-pushed the dependabot/bundler/bundler-14920edc6d branch from fe26d28 to 90f0e68 Compare April 1, 2026 20:41
@javierjulio
javierjulio merged commit 1ed78cc into master Apr 1, 2026
7 checks passed
@javierjulio
javierjulio deleted the dependabot/bundler/bundler-14920edc6d branch April 1, 2026 20:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant