Linux needs a js runtime.

This commit is contained in:
Pete Higgins 2012-01-08 13:51:51 -08:00
parent 7dd6cb5e60
commit e3e5bcffc3

View file

@ -29,6 +29,7 @@ group :development, :test do
if RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '>= 0.5.1'
gem 'libnotify', '~> 0.1.3'
gem 'therubyracer', '~> 0.9.9'
end
end
end