diff --git a/Gemfile b/Gemfile index 0ca1cbfd5..7abbc9066 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,5 @@ gem 'jekyll', '~> 1.0' gem 'safe_yaml', '~> 1.0.4' gem 'sass', '~> 3.0' gem 'less', '~> 2.5.0' +gem 'libv8', '~> 3.16.14.0' gem 'therubyracer' diff --git a/Gemfile.lock b/Gemfile.lock index e0f3de44d..b673ad003 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM toml (~> 0.1.0) less (2.5.1) commonjs (~> 0.2.7) - libv8 (3.16.14.13) + libv8 (3.16.14.15) liquid (2.5.5) listen (1.3.1) rb-fsevent (>= 0.9.3) @@ -59,6 +59,10 @@ PLATFORMS DEPENDENCIES jekyll (~> 1.0) less (~> 2.5.0) + libv8 (~> 3.16.14.0) safe_yaml (~> 1.0.4) sass (~> 3.0) therubyracer + +BUNDLED WITH + 1.13.2 diff --git a/src/_includes/footer.html b/src/_includes/footer.html index 2ed10296e..774e2f6dd 100644 --- a/src/_includes/footer.html +++ b/src/_includes/footer.html @@ -1,6 +1,6 @@