Skip to content

Commit

Permalink
updating the uglifier gem to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrburgess committed May 9, 2013
1 parent fb7774f commit 0349482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

0 comments on commit 0349482

Please sign in to comment.