Changed remaining http:// to git://
This commit is contained in:
parent
00bcfaf345
commit
ca571432c2
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
|
@ -8,7 +8,7 @@ gem 'devise', '1.1.3'
|
|||
gem 'devise-mongo_mapper', :git => 'git://github.com/collectiveidea/devise-mongo_mapper'
|
||||
gem 'devise_invitable', '~> 0.3.4'
|
||||
#Mongo
|
||||
gem 'mongo_mapper', :branch => 'rails3', :git => 'http://github.com/jnunemaker/mongomapper.git'
|
||||
gem 'mongo_mapper', :branch => 'rails3', :git => 'git://github.com/jnunemaker/mongomapper.git'
|
||||
gem 'bson_ext', '1.1'
|
||||
gem 'bson', '1.1'
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ gem 'thin'
|
|||
|
||||
#Websocket
|
||||
gem 'em-websocket'
|
||||
gem 'magent', :git => 'http://github.com/dcu/magent.git'
|
||||
gem 'magent', :git => 'git://github.com/dcu/magent.git'
|
||||
|
||||
#File uploading
|
||||
gem 'carrierwave', :git => 'git://github.com/rsofaer/carrierwave.git' , :branch => 'master' #Untested mongomapper branch
|
||||
|
|
|
|||
Loading…
Reference in a new issue