Skip to content

Bump curb from 1.1.0 to 1.2.0#3388

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/bundler/curb-1.2.0
Sep 7, 2025
Merged

Bump curb from 1.1.0 to 1.2.0#3388
github-actions[bot] merged 1 commit into
masterfrom
dependabot/bundler/curb-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

Bumps curb from 1.1.0 to 1.2.0.

Changelog

Sourced from curb's changelog.

1.2.0

  • Fix on_redirect callback being triggered when follow_location=false and max_redirects=0
  • Add support for CURLOPT_NOPROXY option (#441)
  • Fix Curl.spnego? to check for both CURL_VERSION_SPNEGO and CURL_VERSION_GSSNEGOTIATE (#227)
  • Add Fiber scheduler awareness for Curl::Multi: prefer scheduler-friendly socket-action path and rb_thread_fd_select when available (non-Windows)
    • Add compile-time CURB_SOCKET_DEBUG flag to enable optional socket-action debug logging in curb_multi.c (default off; set CURB_SOCKET_DEBUG=1 when running extconf)
  • When using request method HEAD ensure CURLOPT_NOBODY is set to 1 automatically
  • Compiler checks run in parallel when building the extension JOBS=n to adjust concurrency of configure checks and build concurrency
  • CI tests now run on Windows and MacOS
Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests for Ruby compatibility labels Sep 2, 2025
@dependabot dependabot Bot had a problem deploying to Integrate Pull Request September 2, 2025 00:05 Failure
@github-actions github-actions Bot enabled auto-merge September 2, 2025 00:05
@dependabot dependabot Bot force-pushed the dependabot/bundler/curb-1.2.0 branch from f967a12 to cf7b4e2 Compare September 7, 2025 09:34
@dependabot dependabot Bot temporarily deployed to Integrate Pull Request September 7, 2025 09:34 Inactive
@zinduolis
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [curb](https://github.com/taf2/curb) from 1.1.0 to 1.2.0.
- [Changelog](https://github.com/taf2/curb/blob/master/ChangeLog.md)
- [Commits](https://github.com/taf2/curb/commits)

---
updated-dependencies:
- dependency-name: curb
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/curb-1.2.0 branch from cf7b4e2 to e01cff6 Compare September 7, 2025 09:39
@dependabot dependabot Bot temporarily deployed to Integrate Pull Request September 7, 2025 09:39 Inactive
@github-actions github-actions Bot merged commit c5c2ee3 into master Sep 7, 2025
5 checks passed
@dependabot dependabot Bot deleted the dependabot/bundler/curb-1.2.0 branch September 7, 2025 09:42
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 for Ruby compatibility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant