From f483c2f66dc9a998c9fec7354726200b9e8fac0d Mon Sep 17 00:00:00 2001 From: maxwell Date: Sat, 17 Jul 2010 14:05:57 -0700 Subject: [PATCH] MS found one more duplicate in the Gemfile --- Gemfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cb561db04..f54d38558 100644 --- a/Gemfile +++ b/Gemfile @@ -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'