Repository: yetus Updated Branches: refs/heads/YETUS-228 33e99a235 -> 00e401988
YETUS-212. "bundle exec middleman" fails due to the lack of js runtime Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/9aa9a07d Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/9aa9a07d Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/9aa9a07d Branch: refs/heads/YETUS-228 Commit: 9aa9a07d81d2cd502cd1f4b00561fa6eeb1b98aa Parents: 33e99a2 Author: Kengo Seki <[email protected]> Authored: Sun Nov 29 02:27:37 2015 +0900 Committer: Kengo Seki <[email protected]> Committed: Fri Dec 11 23:33:24 2015 +0900 ---------------------------------------------------------------------- asf-site-src/Gemfile | 2 ++ asf-site-src/Gemfile.lock | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/9aa9a07d/asf-site-src/Gemfile ---------------------------------------------------------------------- diff --git a/asf-site-src/Gemfile b/asf-site-src/Gemfile index 6a065f6..ff3872d 100644 --- a/asf-site-src/Gemfile +++ b/asf-site-src/Gemfile @@ -34,3 +34,5 @@ gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby] gem 'redcarpet', github: 'vmg/redcarpet' gem 'rake', '10.3.1' + +gem 'therubyracer' http://git-wip-us.apache.org/repos/asf/yetus/blob/9aa9a07d/asf-site-src/Gemfile.lock ---------------------------------------------------------------------- diff --git a/asf-site-src/Gemfile.lock b/asf-site-src/Gemfile.lock index 4abfe48..b70de80 100644 --- a/asf-site-src/Gemfile.lock +++ b/asf-site-src/Gemfile.lock @@ -60,6 +60,7 @@ GEM i18n (0.7.0) json (1.8.3) kramdown (1.8.0) + libv8 (3.16.14.13) listen (3.0.3) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) @@ -117,6 +118,7 @@ GEM rb-fsevent (0.9.6) rb-inotify (0.9.5) ffi (>= 0.5.0) + ref (2.0.0) rouge (1.10.1) sass (3.4.18) sprockets (2.12.4) @@ -129,6 +131,9 @@ GEM sprockets-sass (1.3.1) sprockets (~> 2.0) tilt (~> 1.1) + therubyracer (0.12.2) + libv8 (~> 3.16.14.0) + ref thor (0.19.1) thread_safe (0.3.5) tilt (1.4.1) @@ -150,8 +155,6 @@ DEPENDENCIES middleman-syntax! rake (= 10.3.1) redcarpet! + therubyracer tzinfo-data wdm (~> 0.1.0) - -BUNDLED WITH - 1.10.6
