Skip to content
Snippets Groups Projects
Commit 81741e6f authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(ruby): replace if widening

parent b924d49d
No related branches found
Tags 38.44.1
No related merge requests found
......@@ -110,6 +110,7 @@ const getNewValue = ({
newValue = bump({ range: vtrim(currentValue), to: vtrim(newVersion) });
break;
case 'auto':
case 'widen':
case 'replace':
newValue = replace({
range: vtrim(currentValue),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment