build(deps-dev): bump faraday from 2.10.1 to 2.14.1 in /docs#14
build(deps-dev): bump faraday from 2.10.1 to 2.14.1 in /docs#14dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [faraday](https://github.com/lostisland/faraday) from 2.10.1 to 2.14.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.10.1...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
7b47f8a to
28dc9b7
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Free Tier Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| webrick (1.9.1) | ||
|
|
||
| PLATFORMS | ||
| universal-darwin-20 |
There was a problem hiding this comment.
macOS platform support removed from Gemfile.lock
Medium Severity
The PLATFORMS section previously included universal-darwin-20, universal-darwin-22, and universal-darwin-23 for macOS developers, but now only lists x86_64-linux. Platform-specific entries for ffi and nokogiri on arm64-darwin and x86_64-darwin were also dropped. This breaks bundle install for anyone developing/serving the docs site locally on macOS, which the previous lockfile explicitly supported.


Bumps faraday from 2.10.1 to 2.14.1.
Release notes
Sourced from faraday's releases.
... (truncated)
Commits
16cbd38Version bump to 2.14.1a6d3a3aMerge commit from forkb23f710Explicit top-level namespace reference (#1657)49ba4acBump actions/checkout from 5 to 6 (#1655)51a49bcEnsure Claude reads the guidelines and allow to plan in a gitignored .ai/PLAN...894f65cAdd RFC document for Options architecture refactoring plan (#1644)397e3deAdd comprehensive AI agent guidelines for Claude, Cursor, and GitHub Copilot ...d98c65cUpdate Faraday-specific AI agent guidelines56c18ecAdd AI agent guidelines specific to Faraday repository3201a42Version bump to 2.14.0Dependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Lockfile-only dependency updates for the docs site; low risk aside from potential bundler/runtime incompatibilities in the docs build.
Overview
Updates the docs site Bundler lockfile to bump
faradayfrom2.10.1to2.14.1and refresh its resolved dependency set.This also updates related gems (
faraday-net_http,logger) and adds new locked dependencies (json,net-http), while dropping darwin-specific platform entries so the lockfile targetsx86_64-linuxonly.Written by Cursor Bugbot for commit 28dc9b7. This will update automatically on new commits. Configure here.