Repository: flink
Updated Branches:
  refs/heads/release-0.6 e48285d50 -> eeef2cd32


[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/eeef2cd3
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/eeef2cd3
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/eeef2cd3

Branch: refs/heads/release-0.6
Commit: eeef2cd320d2a24ea543e83e5c9fe2ce929a3970
Parents: e48285d
Author: Maximilian Michels <[email protected]>
Authored: Thu Jul 28 14:56:21 2016 +0200
Committer: Maximilian Michels <[email protected]>
Committed: Mon Aug 22 10:51:04 2016 +0200

----------------------------------------------------------------------
 docs/Gemfile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/eeef2cd3/docs/Gemfile
----------------------------------------------------------------------
diff --git a/docs/Gemfile b/docs/Gemfile
index d367999..b7a974c 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -18,6 +18,8 @@
 
 source 'https://rubygems.org'
 
+ruby '>=1.9.0'
+
 # Dependencies required to build the Flink docs
 gem 'jekyll', '2.5.3'
 gem 'kramdown', '1.10.0'

Reply via email to