diff --git a/CHANGELOG.md b/CHANGELOG.md index 941e2f869..700fc8c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ New entries in this file should aim to provide a meaningful amount of informatio ## [Unreleased] +### Changed +* skip brakeman Remove brakeman's ruby EOL check + ### Chores * Bump bundler in Gemfile.lock to match production and build environments diff --git a/config/brakeman.yml b/config/brakeman.yml index 7c1265539..322269f6f 100644 --- a/config/brakeman.yml +++ b/config/brakeman.yml @@ -2,4 +2,5 @@ :run_all_checks: true :skip_checks: - CheckUnscopedFind + - CheckEOLRuby :github_repo: ualbertalib/jupiter