* put therubyracer in a unix-only group so that it can be excluded

This commit is contained in:
Seth Call 2013-07-05 14:30:37 -05:00
parent d714bf98a2
commit 25326a1402
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ group :development, :test do
gem 'jasmine', '1.3.1'
gem 'pry'
gem 'execjs', '1.4.0'
end
group :unix do
gem 'therubyracer' #, '0.11.0beta8'
end