diff --git a/Gemfile b/Gemfile index 86bc842..69a2e99 100755 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'unicorn' gem 'haml-rails' -#gem "therubyracer" +gem "therubyracer", group: :production group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 4d218cc..9d1ec74 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,6 +114,7 @@ GEM kaminari (>= 0.13.0) rails kgio (2.9.3) + libv8 (3.16.14.19) loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -176,6 +177,7 @@ GEM rdoc (4.2.0) json (~> 1.4) redis (3.2.2) + ref (2.0.0) rmagick (2.13.4) ruby_parser (3.6.4) sexp_processor (~> 4.1) @@ -211,6 +213,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) + ref thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) @@ -274,6 +279,7 @@ DEPENDENCIES sdoc (~> 0.4.0) sidekiq spring + therubyracer turbolinks twitter-bootstrap-rails uglifier (>= 1.3.0)