diff --git a/Gemfile b/Gemfile index 0c3a223..be58c93 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.1.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 285b496..cb09d29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,6 +111,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.2) + libv8 (3.16.14.7) listen (2.10.0) celluloid (~> 0.16.0) rb-fsevent (>= 0.9.3) @@ -186,6 +187,7 @@ GEM ffi (>= 0.5.0) rdoc (4.2.0) json (~> 1.4) + ref (1.0.5) ruby-graphviz (1.0.9) sass (3.4.13) sass-rails (5.0.3) @@ -216,6 +218,9 @@ GEM activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) temple (0.7.5) + therubyracer (0.12.2) + libv8 (~> 3.16.14.0) + ref thor (0.19.1) thread_safe (0.3.5) tilt (1.4.1) @@ -261,6 +266,7 @@ DEPENDENCIES sdoc (~> 0.4.0) slim-rails spring + therubyracer uglifier (>= 1.3.0) web-console (~> 2.0) will_paginate