diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -54,6 +54,7 @@ gem 'unidecode' group :assets do gem 'sass-rails', "~> 3.1" gem 'uglifier' + gem 'therubyracer' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index f60bcd1a4..a304f1791 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,6 +109,7 @@ GEM railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.0) + libv8 (3.16.14.3) linecache (0.46) rbx-require-relative (> 0.0.4) locale (2.0.8) @@ -177,6 +178,7 @@ GEM rdoc (3.12.2) json (~> 1.4) recaptcha (0.3.5) + ref (1.0.5) rest-client (1.6.7) mime-types (>= 1.16) rmagick (2.13.2) @@ -230,6 +232,9 @@ GEM statistics2 (0.54) syslog_protocol (0.9.2) text (1.2.1) + therubyracer (0.12.0) + libv8 (~> 3.16.14.0) + ref thin (1.5.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -301,6 +306,7 @@ DEPENDENCIES spork-rails statistics2 (~> 0.54) syslog_protocol + therubyracer uglifier unicode unidecode |