From 5f5a3ca46b0c59f698a49de463d72492cfe60f37 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Tue, 18 Feb 2014 17:36:17 -0500 Subject: force therubyracer --- Gemfile | 2 +- Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 292c232..630e133 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby +gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 2e5b38d..564ce87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,6 +46,7 @@ GEM railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.1) + libv8 (3.16.14.3) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -72,6 +73,7 @@ GEM rake (10.1.1) rdoc (4.1.1) json (~> 1.4) + ref (1.0.5) sass (3.2.14) sass-rails (4.0.1) railties (>= 4.0.0, < 5.0) @@ -90,6 +92,9 @@ GEM activesupport (>= 3.0) sprockets (~> 2.8) sqlite3 (1.3.8) + therubyracer (0.12.1) + libv8 (~> 3.16.14.0) + ref thor (0.18.1) thread_safe (0.1.3) atomic @@ -115,5 +120,6 @@ DEPENDENCIES sass-rails (~> 4.0.0) sdoc sqlite3 + therubyracer turbolinks uglifier (>= 1.3.0) -- cgit v1.2.3