We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6e274 commit 256b6b7Copy full SHA for 256b6b7
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/(?<=VERSION = \').+?(?=\')/$version/g" lib/minfraud/version.rb
87
88
+# Update version in Gemfile.lock.
89
+bundle install
90
+
91
echo $"Test results:"
92
93
rake
0 commit comments