Add therubyracer to satisfy production JavaScript runtime dependency

This commit is contained in:
Erik Michaels-Ober 2011-05-05 19:48:00 -07:00
parent 33b36c97e8
commit f2adbd63f9
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ source 'http://rubygems.org'
gem 'rails', '3.1.0.beta1'
gem 'geokit'
gem 'devise'
gem "therubyracer", :require => 'v8'
# Asset template engines
gem 'sass'

View File

@ -92,6 +92,7 @@ GEM
rack (~> 1.0)
tilt (~> 1.0)
sqlite3 (1.3.3)
therubyracer (0.8.1)
thor (0.14.6)
tilt (1.3)
treetop (1.4.9)
@ -117,5 +118,6 @@ DEPENDENCIES
rails (= 3.1.0.beta1)
sass
sqlite3
therubyracer
turn
uglifier