Skip to content

Commit

Permalink
Merge pull request #1803 from guilleiguaran/uglifier-1-0
Browse files Browse the repository at this point in the history
Use uglifier from rubygems instead of git repo
  • Loading branch information
josevalim committed Jun 21, 2011
2 parents 370b5c1 + d759d19 commit e1b32e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ end

gem "coffee-script"
gem "sass"
gem "uglifier", :git => "git://github.com/lautis/uglifier.git"
gem "uglifier", ">= 1.0.0"

gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
Expand Down

0 comments on commit e1b32e7

Please sign in to comment.