Downgrade therubyracer to make the specs pass
This commit is contained in:
parent
8635eb8562
commit
660c07e155
10
Gemfile
10
Gemfile
|
@ -5,12 +5,12 @@ gem 'coffee-script'
|
|||
gem 'devise'
|
||||
gem 'geokit'
|
||||
gem 'haml'
|
||||
gem 'therubyracer', '0.9.0', :platforms => :ruby
|
||||
gem 'uglifier'
|
||||
|
||||
gem 'jruby-openssl', :platforms => :jruby
|
||||
|
||||
group :production do
|
||||
gem 'therubyracer', :platforms => :ruby
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl'
|
||||
gem 'therubyrhino'
|
||||
end
|
||||
|
||||
group :development, :production do
|
||||
|
@ -21,8 +21,6 @@ group :test do
|
|||
gem 'ZenTest'
|
||||
gem 'simplecov'
|
||||
gem 'sqlite3'
|
||||
gem 'therubyracer', :platforms => :ruby
|
||||
gem 'therubyrhino', :platforms => :jruby
|
||||
gem 'turn', :require => false
|
||||
gem 'webmock'
|
||||
end
|
||||
|
|
|
@ -101,7 +101,7 @@ GEM
|
|||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.3)
|
||||
therubyracer (0.9.1)
|
||||
therubyracer (0.9.0)
|
||||
libv8 (~> 3.3.10)
|
||||
therubyrhino (1.72.7)
|
||||
thor (0.14.6)
|
||||
|
@ -135,7 +135,7 @@ DEPENDENCIES
|
|||
rails (= 3.1.0.rc4)
|
||||
simplecov
|
||||
sqlite3
|
||||
therubyracer
|
||||
therubyracer (= 0.9.0)
|
||||
therubyrhino
|
||||
turn
|
||||
uglifier
|
||||
|
|
Loading…
Reference in New Issue