Repository: calcite Updated Branches: refs/heads/master 09df15fed -> b66d41466
[CALCITE-1202] Lock version of Jekyll for bundler Ideally, we can lock the version of github-pages which would control what version of Jekyll we'd be using, but all of HTML files currently have Jekyll 2.4.0 specified in a meta-generator tag. Once we flip over to Jekyll 3, we can also switch the jekyll version to an explicit github-pages version instead. Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/b66d4146 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/b66d4146 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/b66d4146 Branch: refs/heads/master Commit: b66d414661926afdb82aea71432fa18022a666e2 Parents: 09df15f Author: Josh Elser <[email protected]> Authored: Sun Apr 17 17:06:49 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Sun Apr 17 17:06:49 2016 -0400 ---------------------------------------------------------------------- avatica/site/Gemfile | 1 + site/Gemfile | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/b66d4146/avatica/site/Gemfile ---------------------------------------------------------------------- diff --git a/avatica/site/Gemfile b/avatica/site/Gemfile index c13c470..8b0f3ef 100644 --- a/avatica/site/Gemfile +++ b/avatica/site/Gemfile @@ -14,6 +14,7 @@ # limitations under the License. # source 'https://rubygems.org' +gem 'jekyll', '2.4.0' gem 'github-pages' gem 'rouge' gem 'jekyll-oembed', :require => 'jekyll_oembed' http://git-wip-us.apache.org/repos/asf/calcite/blob/b66d4146/site/Gemfile ---------------------------------------------------------------------- diff --git a/site/Gemfile b/site/Gemfile index c13c470..8b0f3ef 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -14,6 +14,7 @@ # limitations under the License. # source 'https://rubygems.org' +gem 'jekyll', '2.4.0' gem 'github-pages' gem 'rouge' gem 'jekyll-oembed', :require => 'jekyll_oembed'
