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/03/21 16:15:40 UTC

[GitHub] merlimat closed pull request #1408: Allow site to be built on debian/ubuntu

merlimat closed pull request #1408: Allow site to be built on debian/ubuntu
URL: https://github.com/apache/incubator-pulsar/pull/1408
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/Gemfile b/site/Gemfile
index 94e2a8722..6472b08d2 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -18,6 +18,6 @@
 #
 
 source 'https://rubygems.org'
-ruby '2.4.1'
+ruby '>=2.3.1'
 
 gem 'jekyll', '3.7.0'
diff --git a/site/Makefile b/site/Makefile
index 970959d81..512410c99 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -41,7 +41,7 @@ clean_local:
 	rm -rf generated
 
 ruby_setup:
-	gem install bundler \
+	gem install --user-install bundler \
 		--no-rdoc \
 		--no-ri
 	NOKOGIRI_USE_SYSTEM_LIBRARIES=true $(BUNDLE) install \


 

----------------------------------------------------------------
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