You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/13 23:03:30 UTC

[GitHub] sijie closed pull request #1253: Make it possible to build site on ubuntu and debian

sijie closed pull request #1253: Make it possible to build site on ubuntu and debian
URL: https://github.com/apache/bookkeeper/pull/1253
 
 
   

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 e0953d64e..23ca9402f 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-ruby '2.4.1'
+ruby '>=2.3.1'
 
 gem 'jekyll', '3.7.0'
 gem 'nokogiri'
diff --git a/site/Makefile b/site/Makefile
index 346de7dc1..5c20bb697 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -10,7 +10,7 @@ clean:
 	rm -rf _site local-generated generated_site
 
 setup:
-	gem install bundler \
+	gem install --user-install bundler \
 		--no-rdoc \
 		--no-ri
 	NOKOGIRI_USE_SYSTEM_LIBRARIES=true $(BUNDLE) install \
diff --git a/site/README.md b/site/README.md
index 3942932e3..2dd5a1c85 100644
--- a/site/README.md
+++ b/site/README.md
@@ -12,7 +12,7 @@ The site is built using Jekyll and Sass.
 
 In order to run the site locally, you need to have the following installed:
 
-* Ruby 2.4.1 and Rubygems
+* Ruby 2.3.1 and Rubygems
 * The Javadoc CLI tool
 
 ## Setup


 

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