We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc1df3 commit 50b2bf2Copy full SHA for 50b2bf2
1 file changed
dev-bin/release.sh
@@ -32,6 +32,7 @@ fi
32
33
check_command perl
34
check_command rake
35
+check_command bundle
36
37
# Check that we're not on the main branch
38
current_branch=$(git branch --show-current)
@@ -84,6 +85,9 @@ fi
84
85
86
perl -pi -e "s/(?<=s.version\s{,20}=\s{,20}\').+?(?=\')/$version/g" maxmind-db.gemspec
87
88
+# Update version in Gemfile.lock.
89
+bundle install
90
+
91
echo $"Test results:"
92
93
rake
0 commit comments