diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-25 16:02:32 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-19 17:29:34 +0000 |
commit | c3e35f3caaccb36c5b7bb6343430599cec5fe9d1 (patch) | |
tree | 4e3fac712d4628cabe1b16c39a8945ed9169a3d7 | |
parent | 6db2be1e3b28ab747add47415a1071beb9ff8842 (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
@@ -55,6 +55,7 @@ gem 'unidecoder' 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 3ea1d3890..5b0bcc9ed 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 thin uglifier unicode |