diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-25 16:02:32 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-09-30 10:34:23 +0100 |
commit | 7b8d0fc0e9fd3883b4a961d733115b031bd30d51 (patch) | |
tree | 9356f48e1f6505e64b4bfcc3401cacd25f138464 | |
parent | bd81b21cad716899312e73c0129a09d54154a5a7 (diff) |
Adding rubyracer to supply a js runtime
-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 |