Use therubyracer for all rubies

This commit is contained in:
Erik Michaels-Ober 2011-06-14 15:31:44 -07:00
parent 3f05b26f03
commit 537fce6be2
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ group :test do
gem 'ZenTest'
gem 'simplecov'
gem 'sqlite3'
gem 'therubyracer', :platforms => :ruby
gem 'therubyracer'
gem 'therubyrhino', :platforms => :jruby
gem 'turn', :require => false
gem 'webmock'

View File

@ -118,7 +118,7 @@ GEM
warden (1.0.4)
rack (>= 1.0)
webmock (1.6.4)
addressable (> 2.2.5, ~> 2.2)
addressable (~> 2.2, > 2.2.5)
crack (>= 0.1.7)
PLATFORMS