build(deps-dev): bump nokogiri from 1.16.7 to 1.19.1 in /docs#15
build(deps-dev): bump nokogiri from 1.16.7 to 1.19.1 in /docs#15dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.19.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.7...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2329149 to
1c1dcc8
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 platforms removed from Gemfile.lock PLATFORMS section
Medium Severity
The PLATFORMS section now only lists x86_64-linux, with all Darwin platforms (universal-darwin-20, universal-darwin-22, universal-darwin-23) removed. Correspondingly, platform-specific gem entries for ffi and nokogiri on arm64-darwin and x86_64-darwin were also dropped. This means developers on macOS running bundle install will encounter resolution issues or have the lockfile regenerated, breaking reproducible builds for macOS contributors working on the docs site.


Bumps nokogiri from 1.16.7 to 1.19.1.
Release notes
Sourced from nokogiri's releases.
... (truncated)
Changelog
Sourced from nokogiri's changelog.
... (truncated)
Commits
d913045version bump to v1.19.1b81cb98doc: update CHANGELOG for upcoming v1.19.18e66809C14n raise on failure (#3600)5b77f3dRaise RuntimeError when canonicalization failsedc5595Thank sponsors in the READMEd4dc245dep: update rdoc to v7d77bfb6version bump to v1.19.01eb5c2cdev: convert scripts/test-gem-set to use mise88a120fdep: Add native Ruby 4 support, drop Ruby 3.1 support (v1.19.x) (#3592)f8c8f74Skip the parser compression test for Windows system libsDependabot 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
Medium Risk
Low code risk, but this updates the
docs/Gemfile.lockdependency set and platforms, which can affect docs builds and local bundler installs (notably on macOS due to removal of darwin platforms).Overview
Bumps the
docsBundler lockfile tonokogiri1.19.1(linux gem), pulling in updated native dependency resolution.The lockfile is also normalized to a single
x86_64-linuxplatform, dropping darwin-specificffi/nokogirientries and adding newly lockednet-http/uridependencies.Written by Cursor Bugbot for commit 1c1dcc8. This will update automatically on new commits. Configure here.