提交 a30ec83d 编写于 作者: M Maximilian Michels

[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.
上级 d618b13e
...@@ -18,9 +18,10 @@ ...@@ -18,9 +18,10 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '>=1.9.0'
# Dependencies required to build the Flink docs # Dependencies required to build the Flink docs
gem 'jekyll', '2.5.3' gem 'jekyll', '2.5.3'
gem 'json', '2.0.1'
gem 'kramdown', '1.10.0' gem 'kramdown', '1.10.0'
gem 'pygments.rb', '0.6.3' gem 'pygments.rb', '0.6.3'
gem 'therubyracer', '0.12.2' gem 'therubyracer', '0.12.2'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册