added therubyracer gem

This commit is contained in:
albert
2011-08-30 13:49:57 -04:00
parent 781100f2d9
commit 434d686bfd
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ end
group :assets do group :assets do
gem "uglifier" gem "uglifier"
gem "uglifier-rails" gem "uglifier-rails"
gem "therubyracer"
end end
gem "rails", "3.1.0.rc8" gem "rails", "3.1.0.rc8"

View File

@@ -61,6 +61,7 @@ GEM
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
imagesize (0.1.1) imagesize (0.1.1)
libv8 (3.3.10.2)
mail (2.3.0) mail (2.3.0)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
@@ -120,6 +121,8 @@ GEM
super_exception_notifier (3.0.13) super_exception_notifier (3.0.13)
actionmailer actionmailer
rake rake
therubyracer (0.9.4)
libv8 (~> 3.3.10)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
treetop (1.4.10) treetop (1.4.10)
@@ -159,6 +162,7 @@ DEPENDENCIES
simple_form simple_form
simplecov simplecov
super_exception_notifier super_exception_notifier
therubyracer
uglifier uglifier
uglifier-rails uglifier-rails
whenever whenever