removing 'unf' in admin Gemfile in case it's breaking the build

This commit is contained in:
Anthony Davis 2013-11-05 22:21:12 -06:00
parent 5370f8853b
commit 250933490b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ gem 'rails3-jquery-autocomplete'
gem 'activeadmin'
gem "meta_search", '>= 1.1.0.pre'
gem 'fog', "~> 1.3.1"
gem 'unf' #optional fog dependency
# gem 'unf' #optional fog dependency
gem 'country-select'
gem 'aasm', '3.0.16'
gem 'postgres-copy'