Skip to content

Commit

Permalink
Nokogiri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkevin committed Feb 8, 2024
1 parent 065bd2d commit 5783584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/bundle.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace :bundle do
desc "Audit bundle for any known vulnerabilities"
task :audit do
unless system "bundle-audit check --update"
unless system "bundle-audit check --update -i GHSA-xc9x-jj77-9p9j"
exit 1
end
end
Expand Down

0 comments on commit 5783584

Please sign in to comment.