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

Update ruby version and lockfile #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sau226
Copy link
Member

@sau226 sau226 commented Feb 21, 2023

There was recently a production outage, and I wondered why the status page was showing all "up"/green status.

After a bit of poking around in relevant systems, it turns out that a ruby upgrade that was implemented broke the uptime monitoring, due to lack of gems under new ruby version/strict ruby version enforcement in Gemfile.

I applied the Gemfile patch here by porting it across from QPixel, and then used bundler to reinstall the right gems under the new ruby version, hence the gem lock file update. After these changes, the system recovered and is now functional.

This patch is being used operationally right now, so this PR is made for transparency purposes.

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.

1 participant