Skip to content

Commit

Permalink
[docs] require at least Ruby 1.9.0 for building
Browse files Browse the repository at this point in the history
The json module is bundled with Ruby from 1.9.0 and upwards. This
cures dependency problems with different versions of Ruby.
  • Loading branch information
mxm authored and uce committed Aug 2, 2016
1 parent c71a0c7 commit 67036d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 67036d8

Please sign in to comment.