Repository: accumulo
Updated Branches:
  refs/heads/gh-pages f30cc51b1 -> 18d95fff5


Add JS Runtime for non-OSX installations


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/18d95fff
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/18d95fff
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/18d95fff

Branch: refs/heads/gh-pages
Commit: 18d95fff5a798ad162c70f77dfa0dfe4b23f3cd8
Parents: f30cc51
Author: Mike Drob <md...@cloudera.com>
Authored: Thu Jun 23 10:27:49 2016 -0500
Committer: Mike Drob <md...@cloudera.com>
Committed: Thu Jun 23 10:29:20 2016 -0500

----------------------------------------------------------------------
 Gemfile      | 1 +
 Gemfile.lock | 9 +++++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/18d95fff/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 81651d6..6c2f770 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,3 @@
 source 'https://rubygems.org'
 gem 'github-pages', '78', group: :jekyll_plugins
+gem 'therubyracer'

http://git-wip-us.apache.org/repos/asf/accumulo/blob/18d95fff/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index a40cdd6..85307f2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -85,6 +85,7 @@ GEM
       jekyll (>= 3.0)
     json (1.8.3)
     kramdown (1.10.0)
+    libv8 (3.16.14.15)
     liquid (3.0.6)
     listen (3.0.6)
       rb-fsevent (>= 0.9.3)
@@ -102,6 +103,7 @@ GEM
     rb-fsevent (0.9.7)
     rb-inotify (0.9.7)
       ffi (>= 0.5.0)
+    ref (2.0.0)
     rouge (1.10.1)
     safe_yaml (1.0.4)
     sass (3.4.22)
@@ -109,6 +111,9 @@ GEM
       addressable (>= 2.3.5, < 2.5)
       faraday (~> 0.8, < 0.10)
     terminal-table (1.5.2)
+    therubyracer (0.12.2)
+      libv8 (~> 3.16.14.0)
+      ref
     thread_safe (0.3.5)
     typhoeus (0.8.0)
       ethon (>= 0.8.0)
@@ -120,3 +125,7 @@ PLATFORMS
 
 DEPENDENCIES
   github-pages (= 78)
+  therubyracer
+
+BUNDLED WITH
+   1.12.5

Reply via email to