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 44032be commit 4fe6aacCopy full SHA for 4fe6aac
1 file changed
dev-bin/release.sh
@@ -84,6 +84,9 @@ fi
84
85
perl -pi -e "s/(?<=VERSION = \').+?(?=\')/$version/g" lib/maxmind/geoip2/version.rb
86
87
+# Update version in Gemfile.lock.
88
+bundle install
89
+
90
echo $"Test results:"
91
92
rake
0 commit comments