Skip to content

Commit

Permalink
Updated uglifier - fixes #733
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Apr 25, 2012
1 parent e177fc3 commit e018447
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -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"
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -71,4 +76,4 @@ DEPENDENCIES
rake-pipeline!
rake-pipeline-web-filters!
rest-client
uglifier (~> 1.0.3)
uglifier!

0 comments on commit e018447

Please sign in to comment.