diff --git a/Gemfile b/Gemfile index bc48769..abc2ccd 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,8 @@ gem 'spring', group: :development gem 'pg' gem 'rails_12factor' gem 'mysql2' - gem 'passenger' + gem 'passenger' + gem 'therubyracer' end #Other gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index 6ad142d..8b9bd4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,6 +72,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.2) + libv8 (3.16.14.7) loofah (2.0.1) nokogiri (>= 1.5.9) mail (2.6.3) @@ -126,6 +127,7 @@ GEM rb-readline (0.5.2) rdoc (4.2.0) json (~> 1.4) + ref (1.0.5) responders (2.1.0) railties (>= 4.2.0, < 5) round_robin_tournament (0.0.1) @@ -147,6 +149,9 @@ GEM activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) sqlite3 (1.3.10) + therubyracer (0.12.2) + libv8 (~> 3.16.14.0) + ref thor (0.19.1) thread_safe (0.3.5) tilt (1.4.1) @@ -181,5 +186,6 @@ DEPENDENCIES sdoc (~> 0.4.0) spring sqlite3 + therubyracer turbolinks uglifier (>= 1.3.0)