From 7c59c1f57f4bf8b30995b19161fbbeac820362eb Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 12 Apr 2015 13:19:53 -0700 Subject: [PATCH] update therubyracer to 0.12.2 --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7118b7c5fe..b6cbc7d1d5 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem 'sass-rails', '~> 5.0' gem 'select2-rails', '~> 3.5.4' gem 'spectrum-rails' gem 'string-scrub' # for ruby <2.1 -gem 'therubyracer', '~> 0.12.1' +gem 'therubyracer', '~> 0.12.2' gem 'typhoeus', '~> 0.6.3' gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index ff63391797..fa449b9d77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -318,8 +318,6 @@ GEM rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) - rdoc (4.2.0) - json (~> 1.4) ref (1.0.5) responders (2.1.0) railties (>= 4.2.0, < 5) @@ -406,7 +404,7 @@ GEM systemu (2.6.4) term-ansicolor (1.3.0) tins (~> 1.0) - therubyracer (0.12.1) + therubyracer (0.12.2) libv8 (~> 3.16.14.0) ref thor (0.19.1) @@ -546,7 +544,7 @@ DEPENDENCIES spring (~> 1.3.0) spring-commands-rspec string-scrub - therubyracer (~> 0.12.1) + therubyracer (~> 0.12.2) tumblr_client twilio-ruby (~> 3.11.5) twitter (~> 5.8.0)