Repository: calcite-avatica Updated Branches: refs/heads/master 4b2fed092 -> 4105a1861
Site: Upgrade ruby and github-pages Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/5ac2f9c0 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/5ac2f9c0 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/5ac2f9c0 Branch: refs/heads/master Commit: 5ac2f9c0bde8fb38cc6d42a6561f90f618e191b6 Parents: 4b2fed0 Author: Julian Hyde <[email protected]> Authored: Fri Mar 9 01:01:08 2018 -0800 Committer: Julian Hyde <[email protected]> Committed: Fri Mar 9 01:01:28 2018 -0800 ---------------------------------------------------------------------- site/Gemfile | 4 ++-- site/README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/5ac2f9c0/site/Gemfile ---------------------------------------------------------------------- diff --git a/site/Gemfile b/site/Gemfile index 5425d95..10331d3 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -14,7 +14,7 @@ # limitations under the License. # source 'https://rubygems.org' -gem 'github-pages', '67' +gem 'github-pages', '150' gem 'rouge' -gem 'jekyll-oembed', :require => 'jekyll_oembed' +gem 'jekyll-oembed' # End Gemfile http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/5ac2f9c0/site/README.md ---------------------------------------------------------------------- diff --git a/site/README.md b/site/README.md index 8bf7f44..e81ca4b 100644 --- a/site/README.md +++ b/site/README.md @@ -29,6 +29,8 @@ a sub-directory of the Similar to the instructions to [set up the Calcite web site](../site/README.md). +Site generation currently works best with ruby-2.4.1. + 1. `cd site` 2. `svn co https://svn.apache.org/repos/asf/calcite/site/avatica target/avatica` 3. `sudo apt-get install rubygems ruby2.1-dev zlib1g-dev` (linux)
