Skip to content

Commit 256b6b7

Browse files
committed
Update Gemfile.lock during release
1 parent cc6e274 commit 256b6b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dev-bin/release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fi
3232

3333
check_command perl
3434
check_command rake
35+
check_command bundle
3536

3637
# Check that we're not on the main branch
3738
current_branch=$(git branch --show-current)
@@ -84,6 +85,9 @@ fi
8485

8586
perl -pi -e "s/(?<=VERSION = \').+?(?=\')/$version/g" lib/minfraud/version.rb
8687

88+
# Update version in Gemfile.lock.
89+
bundle install
90+
8791
echo $"Test results:"
8892

8993
rake

0 commit comments

Comments
 (0)