Update therubyracer dependency to version 0.9.2
This commit is contained in:
parent
eef283ea77
commit
f131363080
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ gem 'rails', '3.1.0.rc4'
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'geokit'
|
gem 'geokit'
|
||||||
gem 'haml'
|
gem 'haml'
|
||||||
gem 'therubyracer', '0.9.0', :platforms => :ruby
|
gem 'therubyracer', :platforms => :ruby
|
||||||
|
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
gem 'jruby-openssl'
|
gem 'jruby-openssl'
|
||||||
|
|
|
@ -96,7 +96,7 @@ GEM
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sqlite3 (1.3.3)
|
sqlite3 (1.3.3)
|
||||||
therubyracer (0.9.0)
|
therubyracer (0.9.2)
|
||||||
libv8 (~> 3.3.10)
|
libv8 (~> 3.3.10)
|
||||||
therubyrhino (1.72.7)
|
therubyrhino (1.72.7)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
|
@ -129,7 +129,7 @@ DEPENDENCIES
|
||||||
rails (= 3.1.0.rc4)
|
rails (= 3.1.0.rc4)
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3
|
||||||
therubyracer (= 0.9.0)
|
therubyracer
|
||||||
therubyrhino
|
therubyrhino
|
||||||
turn
|
turn
|
||||||
unicorn
|
unicorn
|
||||||
|
|
Loading…
Reference in New Issue