Repository: flink Updated Branches: refs/heads/release-1.1 12bf7c1a0 -> 8a1fe66e8
[docs] require at least Ruby 1.9.0 for building The json module is bundled with Ruby from 1.9.0 and upwards. This cures dependency problems with different versions of Ruby. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8a1fe66e Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8a1fe66e Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8a1fe66e Branch: refs/heads/release-1.1 Commit: 8a1fe66e8c023138659f686b35ddec2a8d113da9 Parents: 12bf7c1 Author: Maximilian Michels <[email protected]> Authored: Thu Jul 28 14:56:21 2016 +0200 Committer: Maximilian Michels <[email protected]> Committed: Fri Jul 29 17:49:21 2016 +0200 ---------------------------------------------------------------------- docs/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/8a1fe66e/docs/Gemfile ---------------------------------------------------------------------- diff --git a/docs/Gemfile b/docs/Gemfile index e3ff933..b7a974c 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -18,9 +18,10 @@ source 'https://rubygems.org' +ruby '>=1.9.0' + # Dependencies required to build the Flink docs gem 'jekyll', '2.5.3' -gem 'json', '2.0.1' gem 'kramdown', '1.10.0' gem 'pygments.rb', '0.6.3' gem 'therubyracer', '0.12.2'
