diff --git a/Gemfile b/Gemfile index 8cd81f1..039a991 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.1.0.rc4' gem 'devise' gem 'geokit' gem 'haml' -gem 'therubyracer', '0.9.0', :platforms => :ruby +gem 'therubyracer', :platforms => :ruby platforms :jruby do gem 'jruby-openssl' diff --git a/Gemfile.lock b/Gemfile.lock index 9c7aba7..4ec7fed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.3) - therubyracer (0.9.0) + therubyracer (0.9.2) libv8 (~> 3.3.10) therubyrhino (1.72.7) thor (0.14.6) @@ -129,7 +129,7 @@ DEPENDENCIES rails (= 3.1.0.rc4) simplecov sqlite3 - therubyracer (= 0.9.0) + therubyracer therubyrhino turn unicorn