Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump audited gem to latest #4080

Merged
merged 11 commits into from
Nov 17, 2023

Conversation

zendesk-mattlefevre
Copy link
Contributor

Description

Striving to catch up on getting gems bumped to latest versions, this PR aims to get the audited gem up to latest.

Risks

  • Low/Med/High: Medium - while there aren't any documented breaking changes in the versions of audited we're moving toward, it is still a pretty significant bump

@zendesk-mattlefevre zendesk-mattlefevre changed the title Bump audited gem to 5.0.0 Bump audited gem to latest Nov 16, 2023
Gemfile Outdated Show resolved Hide resolved
@@ -247,7 +247,7 @@ def assert_content(files)
next if association.name == :audits # should never be destroyed
next if association.options.key?(:through) # already cleaned up via through relation
next if association.options.key?(:dependent) # already defined
next if association.is_a?(Doorkeeper::Application) && association.name == :authorized_tokens
next if association.name == :authorized_tokens # removed only when user is deleted; otherwise soft deleted
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems a bit sus ... but if it works 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the exception we talked about for the Doorkeeper gem bump merged in yesterday. Not sure why the specs decided to grump about the syntax today, rather than yesterday when I was actually working on this 😅

@zendesk-mattlefevre zendesk-mattlefevre marked this pull request as ready for review November 16, 2023 22:10
@zendesk-mattlefevre zendesk-mattlefevre requested a review from a team November 16, 2023 22:10
@zendesk-mattlefevre zendesk-mattlefevre merged commit d4e1c6d into master Nov 17, 2023
10 checks passed
@zendesk-mattlefevre zendesk-mattlefevre deleted the zendesk-mattlefevre/upgrade-audited-gem branch November 17, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants