This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 0bbcea2 remove --user-install flag (#1483)
0bbcea2 is described below
commit 0bbcea28dd1e5c57d05e7e177d0fee2c86f9b132
Author: Luc Perkins <[email protected]>
AuthorDate: Sun Apr 1 15:54:54 2018 -0700
remove --user-install flag (#1483)
---
site/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/Makefile b/site/Makefile
index 512410c..970959d 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -41,7 +41,7 @@ clean_local:
rm -rf generated
ruby_setup:
- gem install --user-install bundler \
+ gem install bundler \
--no-rdoc \
--no-ri
NOKOGIRI_USE_SYSTEM_LIBRARIES=true $(BUNDLE) install \
--
To stop receiving notification emails like this one, please contact
[email protected].