-
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
Master merge from develop #653
Conversation
update readme file
Upgrade Ruby 3.1.2 -> 3.3.4
Update rubocop 1.64.1 → 1.65.0 (minor)
Update rubocop-rspec 3.0.1 → 3.0.3 (patch)
🚨 [security] Update rexml 3.3.1 → 3.3.2 (patch)
Rename aliquot table's lims_uuid column to aliquot_uuid
re-committing the branch to resolve conflicts
add new column to the Study table.
@@ -1,4 +1,4 @@ | |||
FROM ruby:3.1.2 | |||
FROM ruby:3.3.4 |
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.
Could you please confirm that the version is available from Docker Hub?
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.
Yes, it is available
gem 'sanger_warren' | ||
gem 'bunny', '>= 2.22.0' | ||
gem 'rbtree', '~> 0.4.5' | ||
gem 'sanger_warren', '~> 0.4.1' |
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.
Is there a repo for sanger_warren ? Where does this come from ?
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.
sanger_warren
is available in RubyGems 😄
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