revert to depend on native libv8 to decrease bundle install time

This commit is contained in:
Reinier Balt 2012-12-25 14:11:37 +01:00
parent 4572c958b2
commit dcdd5a73a5

View file

@ -28,7 +28,9 @@ group :assets do
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platform => :ruby
gem "libv8"
# Uncomment if you cannot use a native libv8 library
# gem "libv8"
gem 'uglifier'
end