diff --git a/Gemfile b/Gemfile index 4858cdb6ab9..c3c6e63892a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,8 @@ source "http://rubygems.org" gem "rake-pipeline", :git => "https://github.com/livingsocial/rake-pipeline.git" gem "rake-pipeline-web-filters", :git => "https://github.com/wycats/rake-pipeline-web-filters.git" gem "colored" -gem "uglifier", "~> 1.0.3" +# Using git to prevent deprecation warnings +gem "uglifier", :git => "https://github.com/lautis/uglifier.git" group :development do gem "rack" diff --git a/Gemfile.lock b/Gemfile.lock index 47b1119c753..55a71e401b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,14 @@ GIT rack thor +GIT + remote: https://github.com/lautis/uglifier.git + revision: 62a749bad506d7ec791392b9938fdf25ecc3ac8b + specs: + uglifier (1.2.4) + execjs (>= 0.3.0) + multi_json (>= 1.0.2) + GIT remote: https://github.com/livingsocial/rake-pipeline.git revision: 543f4322fe70facee9572d29ddabf7f090dad68a @@ -55,9 +63,6 @@ GEM rest-client (1.6.7) mime-types (>= 1.16) thor (0.14.6) - uglifier (1.0.4) - execjs (>= 0.3.0) - multi_json (>= 1.0.2) PLATFORMS ruby @@ -71,4 +76,4 @@ DEPENDENCIES rake-pipeline! rake-pipeline-web-filters! rest-client - uglifier (~> 1.0.3) + uglifier!