MS found one more duplicate in the Gemfile
This commit is contained in:
parent
0905c17386
commit
f483c2f66d
1 changed files with 2 additions and 3 deletions
5
Gemfile
5
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue