From 03494820f6a35de2f2c95cd3cdb0fc7b047400f1 Mon Sep 17 00:00:00 2001 From: Randy Burgess Date: Thu, 9 May 2013 10:05:34 -0500 Subject: [PATCH] updating the uglifier gem to 2.1.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index dbebef7..2cf4398 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'unicorn', '4.6.2' group :assets do gem 'haml-rails', '0.4.0' gem 'sass-rails', '3.2.6' - gem 'uglifier', '2.0.1' + gem 'uglifier', '2.1.0' end group :test, :development do diff --git a/Gemfile.lock b/Gemfile.lock index 5ea7e87..de53bc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,12 +127,12 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) thor (0.18.1) - tilt (1.4.0) + tilt (1.4.1) treetop (1.4.12) polyglot polyglot (>= 0.3.1) tzinfo (0.3.37) - uglifier (2.0.1) + uglifier (2.1.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) unicorn (4.6.2) @@ -157,5 +157,5 @@ DEPENDENCIES sass-rails (= 3.2.6) settingslogic (= 2.0.9) shoulda (= 3.5.0) - uglifier (= 2.0.1) + uglifier (= 2.1.0) unicorn (= 4.6.2)