Skip to content

Commit

Permalink
Merge pull request #1846 from denny/ignore-actionpack-cve
Browse files Browse the repository at this point in the history
Ignore actionpack CVE advising upgrade to Rails7
  • Loading branch information
denny authored Dec 13, 2024
2 parents 2c29e6d + 2a2e910 commit 58204b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- run:
name: Audit Gemfile bundle for security issues
command: bundle exec bundle-audit check --update
command: bundle exec bundle-audit check --update --ignore CVE-2024-54133

# Run rspec tests, for main app and plugins
rspec:
Expand Down

0 comments on commit 58204b0

Please sign in to comment.