Modification of Gemfile for linux

This commit is contained in:
Christophe Vilayphiou 2011-12-05 19:19:05 +08:00
parent 4a56e78271
commit c0fbb999e7
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,9 @@ gem 'jquery-rails'
gem 'sprockets'
# For linux
gem 'therubyracer'
# Gems used only for assets and not required
# in production environments by default.
group :assets do

View File

@ -70,6 +70,7 @@ GEM
railties (~> 3.0)
thor (~> 0.14)
json (1.6.3)
libv8 (3.3.10.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.3.0)
@ -158,6 +159,8 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
subexec (0.1.0)
therubyracer (0.9.9)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
@ -198,6 +201,7 @@ DEPENDENCIES
shoulda-matchers
sinatra
sprockets
therubyracer
uglifier
watchr
yajl-ruby