This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 3801c3329ae71c271e46ddbb7eeaba69fc101f6b Author: hahao <[email protected]> AuthorDate: Mon May 18 15:40:03 2020 -0700 [docs] upgrade liquid version Current docs support scripts use liquid 3.0.6. which can cause the following error: jekyll 3.6.3 | Error: undefined method `to_date' for Liquid::Utils:Module Upgrade the versio to be 4.0.0 as suggested in [1]. [1]: https://github.com/poole/hyde/issues/215 Change-Id: Ie5220a888b4bac482f11e908d892f5d3cfc58d3f Reviewed-on: http://gerrit.cloudera.org:8080/15950 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> --- docs/support/scripts/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/scripts/Gemfile.lock b/docs/support/scripts/Gemfile.lock index b7e431b..f0587e3 100644 --- a/docs/support/scripts/Gemfile.lock +++ b/docs/support/scripts/Gemfile.lock @@ -25,7 +25,7 @@ GEM json (2.1.0) kramdown (1.16.1) libv8 (3.16.14.19) - liquid (3.0.6) + liquid (4.0.0) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7)
