MS found one more duplicate in the Gemfile

This commit is contained in:
maxwell 2010-07-17 14:05:57 -07:00
parent 0905c17386
commit f483c2f66d

View file

@ -18,7 +18,9 @@ gem 'bson_ext'
gem 'haml'
gem 'will_paginate', '3.0.pre'
#Uncatagorized
gem 'roxml', :git => 'git://github.com/Empact/roxml.git'
gem 'addressable', :require => 'addressable/uri'
#Standards
gem 'pubsubhubbub'
@ -29,9 +31,6 @@ gem 'em-http-request',:git => 'git://github.com/igrigorik/em-http-request.git',
gem 'em-websocket'
gem 'thin'
gem 'addressable', :require => 'addressable/uri'
gem 'will_paginate', '3.0.pre'
#File uploading
gem 'carrierwave', :git => 'git://github.com/rsofaer/carrierwave.git' , :branch => 'master' #Untested mongomapper branch
gem 'mini_magick'