Bump gems to latest versions 2023-09#31
Merged
Merged
Conversation
# Bump most other gems to latest versions
samuelthampynhs
pushed a commit
that referenced
this pull request
Sep 28, 2023
--------- Co-authored-by: shilpigoel <shilpi.goel@phe.gov.uk> Bump gems to latest versions 2023-09 (#31) * # Bump mocha to 2.1.0 * # Bump delayed_job to 4.1.11 * # Bump webpacker to 5.4.4 * # Bump simplecov to 0.22.0 * # Bump minitest to 5.18.1 * # Rubocop boyscouting * # Bump minitest to 5.19.0 Add argument checks and sample usage to BRCA and colorectal import scripts. (#36) Fix Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a proactive bump of as many gems as possible to the latest versions.
A few have been held back at slightly earlier versions, e.g.minitest5.19.0 depends on PR NHSDigital/ndr_dev_support#125 so I've bumped it to 5.18.1.I haven't flagged the minitest issues explicitly in the code, because the nextndr_dev_supportrelease should fix this, but I've locked a few other gems explicitly, where newer versions were causing problems.I've updated this branch, now that
minitest5.19.0 is supported byndr_dev_support7.2.1.