You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2016/07/25 21:34:37 UTC

[03/10] incubator-predictionio git commit: Add back JavaScript runtime

Add back JavaScript runtime


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/28000835
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/28000835
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/28000835

Branch: refs/heads/livedoc
Commit: 2800083577e12de254bd7968f06119b0c15a34d8
Parents: acd0e2f
Author: Donald Szeto <do...@prediction.io>
Authored: Mon Apr 11 10:33:35 2016 -0700
Committer: Donald Szeto <do...@prediction.io>
Committed: Mon Apr 11 10:33:35 2016 -0700

----------------------------------------------------------------------
 docs/manual/Gemfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/28000835/docs/manual/Gemfile
----------------------------------------------------------------------
diff --git a/docs/manual/Gemfile b/docs/manual/Gemfile
index a0c588c..f4df6bc 100644
--- a/docs/manual/Gemfile
+++ b/docs/manual/Gemfile
@@ -9,6 +9,7 @@ gem 'middleman-s3_sync'
 gem 'middleman-search_engine_sitemap'
 
 gem 'slim'
+gem 'therubyracer'
 gem 'oj'
 gem 'redcarpet', '>= 3.2.3'
 gem 'travis'