Use therubyrhino for jruby execjs tests

This commit is contained in:
Thomas Reynolds 2012-07-07 14:31:39 -07:00
parent 4b03c5e2df
commit 2282657000

View file

@ -19,12 +19,16 @@ group :test do
gem "liquid", "~> 2.2"
platforms :ruby do
# For less tests
gem "therubyracer"
gem "less", "~> 2.2"
gem "redcarpet", "~> 2.1.1"
end
platforms :jruby do
gem "therubyrhino"
end
gem "less", "~> 2.2"
end
gem "middleman-sprockets", :path => "middleman-sprockets"