revert last line. Travis CI can run with v8 dependency. Closes #1382

This commit is contained in:
Reinier Balt 2012-12-25 14:25:23 +01:00
parent dcdd5a73a5
commit fbe69a9a55

View file

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