Build JavaScript runtime on all platforms for testing

This commit is contained in:
Erik Michaels-Ober 2011-05-15 11:38:03 -07:00
parent 67b4698b5e
commit 151f97fb9b
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ group :test do
gem 'webmock'
end
group :production do
gem 'therubyracer-heroku', '0.8.1.pre3', :platforms => :ruby
group :test, :production do
gem 'therubyracer-heroku', '0.8.1.pre3'
end