From e707e58d1eb0fe9258df9e9cebe8772e62fe3335 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 30 Oct 2024 15:08:36 -0500 Subject: version bump the gemfile lock too Signed-off-by: Matt Strapp --- contrib/version-bump | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') diff --git a/contrib/version-bump b/contrib/version-bump index 09ca6a9..8df556d 100755 --- a/contrib/version-bump +++ b/contrib/version-bump @@ -10,6 +10,9 @@ echo "Bumping version from $OLD_TAG to $GIT_TAG" rg "$OLD_TAG" --files-with-matches --iglob \!\*lock\* --iglob \!go.mod --iglob \!deno.json --iglob \!package.json --iglob \!\*.md "$(pwd)" | xargs sed -i "s/$OLD_TAG/$GIT_TAG/g" +# Bump the ruby lockfile too +sed -i "s/$OLD_TAG/$GIT_TAG/g" Gemfile.lock + # fiddle with autotools AUTOTOOLS_TAG=${GIT_TAG//\./:} OLD_TAG=${OLD_TAG//\./:} -- cgit v1.2.3