This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
commit 92b157fcce47f971afe209b692b6f60359421901 Author: Antoine Toulme <anto...@lunar-ocean.com> AuthorDate: Tue Mar 10 09:10:53 2020 -0700 install bundler --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 8b463f8..39d4626 100755 --- a/publish.sh +++ b/publish.sh @@ -50,7 +50,7 @@ rvm use 2.7.0 # cd master-branch echo "Building site..." -gem install bundler +gem install bundler -v 1.16.2 bundle install && bundle exec jekyll build if [ $? -ne 0 ]; then echo "Build failed!" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org For additional commands, e-mail: commits-h...@tuweni.apache.org