-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings us up from Rails 8.0.0.beta1 to 8.0.0.rc1. It also fixes the GitHub Action: "scan_ruby", which was failing due to `Brakeman 6.2.1 is not the latest version 6.2.2`. With the Rails update, a new exception was being raised from our Routes definitions. Apparently, `only: :none` is no longer allowed. Nor is `except: :all`. So I've changed this to `only: []` instead. I tested for other options here, and found that `only: nil` also works, but I think I like `only: []` better, as it's more explicit.
- Loading branch information
Paul DobbinSchmaltz
committed
Oct 23, 2024
1 parent
5df5377
commit 6668b54
Showing
3 changed files
with
62 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.