rubysec / bundler-audit

Patch-level verification for Bundler
GNU General Public License v3.0
2.68k stars 229 forks source link

This is not an issue with bundle-audit, but the Ruby enviroment itself: #362

Closed Cr1sPet closed 1 year ago

Cr1sPet commented 1 year ago
    This is not an issue with bundle-audit, but the Ruby enviroment itself:

https://github.com/rubygems/rubygems/issues/3551

Quickfix is to run gem update --system first:

# example
gem update --system
gem update --force bundler
gem install bundler-audit
bundle-audit check --update

Originally posted by @asaaki in https://github.com/rubysec/bundler-audit/issues/260#issuecomment-746116287