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

Fix error rendering category pages #1045

Merged
merged 4 commits into from
Mar 24, 2023
Merged

Conversation

brian-kephart
Copy link
Collaborator

RuboCop rearranged a line, causing a bug because a local variable was referenced before it was defined. It was undefined in the previous version as well, but the code didn't fail because the reference was in the line assigning the variable. So, we were getting away with something ill-advised until RuboCop altered it.

Currently the CI build is failing, but this appears to be something to do with GitHub actions. The tests pass locally. I re-ran a CI job that passed a few days ago and it failed as well, leading me to believe this is a GitHub issue.

@brian-kephart
Copy link
Collaborator Author

The build problem turned out to be a bad version of selenium-webdrivers. Only now, github actions has an expired certificate error on every version of Ruby except 3.1. 😭 It's not my day.

@brian-kephart
Copy link
Collaborator Author

Here's the related issue:
ruby/setup-ruby#487

@brian-kephart brian-kephart merged commit a485c6e into owen2345:master Mar 24, 2023
@texpert
Copy link
Collaborator

texpert commented Mar 24, 2023

@brian-kephart, it's not only your day, it's your week! You're the great bug-fixer hero this week!!! 💟

I only was looking at these 500 errors and thinking about the weekend to see what's happening :)

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.

2 participants