Skip to content

Commit

Permalink
Merge pull request #4118 from zendesk/bquorning/upgrade-gems
Browse files Browse the repository at this point in the history
Fix bundle-audit check by updating some gems
  • Loading branch information
grosser authored Oct 14, 2024
2 parents a2d8eb5 + 4216278 commit 982fdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end

desc 'Scan for gem vulnerabilities'
task :bundle_audit do
sh "bundle-audit check --update"
sh "bundle-audit check --update --ignore=CVE-2024-6484"
end

desc "Run rubocop"
Expand Down

0 comments on commit 982fdc1

Please sign in to comment.