Repository: flink
Updated Branches:
  refs/heads/release-0.7 2a228e206 -> 6b52efed5


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

Branch: refs/heads/release-0.7
Commit: 6b52efed5cc9bd6e5bb523645b3275af14a78148
Parents: 2a228e2
Author: Maximilian Michels <[email protected]>
Authored: Thu Jul 28 14:56:21 2016 +0200
Committer: Maximilian Michels <[email protected]>
Committed: Mon Aug 22 10:49:04 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/6b52efed/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