You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/01/31 02:07:34 UTC

[GitHub] lucperkins opened a new pull request #1155: Fix bundler version error

lucperkins opened a new pull request #1155: Fix bundler version error
URL: https://github.com/apache/incubator-pulsar/pull/1155
 
 
   ### Motivation
   
   A CI issue emerged due to mismatched [Bundler](http://bundler.io/) versions between the build script in `site/scripts/build-all-versions.sh` and the Ruby setup script in `site/Makefile`.
   
   ### Modifications
   
   There shouldn't ever be a need to specify the Bundler version. The tool is stable enough that `latest` should always suffice for any task related to the website.
   
   ### Result
   
   We *should* be able to avoid this category of error entirely in the future.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services