Use therubyrhino for jruby execjs tests
This commit is contained in:
parent
4b03c5e2df
commit
2282657000
8
Gemfile
8
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue