Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Apr 6, 2013
1 parent 2b3fb8e commit c526315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ group :assets do
gem 'sass-rails', '3.2.6'
gem 'coffee-rails', '3.2.2'
# Ruby wrapper for UglifyJS JavaScript compressor.
gem 'uglifier', '1.3.0'
gem 'uglifier', '2.0.1'
# Font Awesome fonts
gem 'font-awesome-sass-rails', '3.0.2.2'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
uglifier (1.3.0)
uglifier (2.0.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
uniform_notifier (1.2.0)
Expand Down Expand Up @@ -381,5 +381,5 @@ DEPENDENCIES
simplecov (= 0.7.1)
spork (= 0.9.2)
strong_parameters (= 0.2.0)
uglifier (= 1.3.0)
uglifier (= 2.0.1)
will_paginate (= 3.0.4)

0 comments on commit c526315

Please sign in to comment.