Skip to content

build(deps): bump bundler-audit from 0.9.2 to 0.9.3#210

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/bundler-audit-0.9.3
Open

build(deps): bump bundler-audit from 0.9.2 to 0.9.3#210
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/bundler-audit-0.9.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps bundler-audit from 0.9.2 to 0.9.3.

Release notes

Sourced from bundler-audit's releases.

0.9.3

  • Officially support Ruby 3.4, 3.5, and 4.0.
  • Added support for Bundler 4.x.
  • Fixed typos in API documentation.

CLI

  • Ensure that the bundler-audit check command honors the BUNDLER_AUDIT_DB environment variable.
Changelog

Sourced from bundler-audit's changelog.

0.9.3 / 2025-11-28

  • Officially support Ruby 3.4, 3.5, and 4.0.
  • Added support for Bundler 4.x.
  • Fixed typos in API documentation.

CLI

  • Ensure that the bundler-audit check command honors the BUNDLER_AUDIT_DB environment variable.
Commits
  • f8b06eb Updated the ChangeLog for 0.9.3.
  • e4fb10a Version bump to 0.9.3.
  • 34cd522 Added Ruby 4.0 to the CI matrix.
  • 22da9d7 Added Ruby 3.5 to the CI matrix.
  • 0c2afaf Require rubygems-tasks ~> 0.3 for Ruby 3.5 and 4.0.
  • 309d203 Allow using bundler 4.x
  • d40dc75 Remove syntax highlighting from example output.
  • 91a912f Be consistent and only use markdown code fences.
  • fc1bc0a Fixed typo in @return tag.
  • 276e065 Update RubyGems in GitHub Actions CI (#406)
  • Additional commits viewable in compare view

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)

Bumps [bundler-audit](https://github.com/rubysec/bundler-audit) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/rubysec/bundler-audit/releases)
- [Changelog](https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md)
- [Commits](rubysec/bundler-audit@v0.9.2...v0.9.3)

---
updated-dependencies:
- dependency-name: bundler-audit
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Dec 2, 2025
Copy link

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Dependency bump from bundler-audit 0.9.2 → 0.9.3. Codacy quality and coverage remain up to standards. No blocking issues found in the diff. Please ensure CI runs and the lockfile was generated with the project's bundler version; verify compatibility with your project's Ruby/Bundler matrix before merging.

About this PR

  • PR title and description are clear and include release notes. Ensure CI completes successfully and that the Gemfile.lock was generated using the project's intended Bundler and Ruby versions to avoid accidental changes to resolved dependencies.

💡 Codacy uses AI. Check for mistakes.

Comment on lines +4 to +5
bundler-audit (0.9.3)
bundler (>= 1.2.0)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Suggestion

The bundled dependency constraint changed: bundler-audit now allows bundler >= 1.2.0 (previously < 3). This relaxes the upper bound to permit Bundler 4.x. Confirm this relaxation is acceptable for the repository and that CI/test matrix includes any Bundler versions you support.

You should regenerate the lockfile with the project's standard bundler version and commit if not already done, then run the test suite.

Try running the following prompt in your IDE agent:

Regenerate Gemfile.lock with the project's canonical Bundler version (run bundle _<version>_ install), run the test suite, and run bundle exec bundler-audit check to validate behavior after the version bump.

🟡 Medium risk

source "https://rubygems.org"

gem "bundler-audit", "0.9.2"
gem "bundler-audit", "0.9.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Suggestion

Version in Gemfile was updated to 0.9.3. After CI passes, consider running bundle exec bundler-audit update (if used) and ensure any automation that pins bundler versions is compatible with the dependency's relaxed bundler constraint.

⚪ Low risk

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.

0 participants