Skip to content

Commit 50b2bf2

Browse files
committed
Update Gemfile.lock during release
1 parent fcc1df3 commit 50b2bf2

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/(?<=s.version\s{,20}=\s{,20}\').+?(?=\')/$version/g" maxmind-db.gemspec
8687

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

8993
rake

0 commit comments

Comments
 (0)