-
Notifications
You must be signed in to change notification settings - Fork 8
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 to 3.1.2 [Deployment scheduled Thursday @5pm] #584
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a docker image for unified warehouse, although I don't know where its used. The Dockerfile will need updating to reflect the correct ruby version.
@@ -14,7 +14,7 @@ def down | |||
t.remove :pac_bio_library_tube_barcode | |||
end | |||
# Here we add a placeholder value in case any plate barcodes were added as null since the migration | |||
PacBioRun.where(plate_barcode: nil).each do |run| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add 'db/migrate/*' to the rubocop ignore list as we don't need to bother updating old migrations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. I will leave the change but add it to the gitignore.
This is concerning. It means we don't have enough coverage as this is not immediately obvious that it needs changing but would cause a breaking change. |
Closes #
Changes proposed in this pull request
Instructions for Reviewers
[All PRs] - Confirm PR template filled
[Feature Branches] - Review code
[Production Merges to
main
]- Check story numbers included
- Check for debug code
- Check version