Sticking to git: urls for git repos, as we always do.
Using a single type of url means just a single type of problems ;)
This commit is contained in:
parent
7fdbc9015b
commit
acb3381dc6
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,7 +14,7 @@ gem 'devise_invitable','0.3.5'
|
|||
|
||||
#Authentication
|
||||
gem 'omniauth', '0.1.6'
|
||||
gem 'twitter', :git => 'https://github.com/jnunemaker/twitter.git', :ref => 'ef122bbb280e229ed343'
|
||||
gem 'twitter', :git => 'git://github.com/jnunemaker/twitter.git', :ref => 'ef122bbb280e229ed343'
|
||||
|
||||
#Mongo
|
||||
gem 'mongo_mapper', :branch => 'rails3', :git => 'git://github.com/jnunemaker/mongomapper.git'
|
||||
|
|
|
|||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -56,15 +56,7 @@ GIT
|
|||
plucky (~> 0.3.6)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rsofaer/carrierwave.git
|
||||
revision: c3dfbdda2fa227af91fe383bb126f59b991a318f
|
||||
branch: master
|
||||
specs:
|
||||
carrierwave (0.5.0)
|
||||
activesupport (~> 3.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/jnunemaker/twitter.git
|
||||
remote: git://github.com/jnunemaker/twitter.git
|
||||
revision: ef122bbb280e229ed34347c235c68aa9349d0d8e
|
||||
ref: ef122bbb280e229ed343
|
||||
specs:
|
||||
|
|
@ -76,6 +68,14 @@ GIT
|
|||
multi_xml (~> 0.2.0)
|
||||
simple_oauth (~> 0.1.2)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rsofaer/carrierwave.git
|
||||
revision: c3dfbdda2fa227af91fe383bb126f59b991a318f
|
||||
branch: master
|
||||
specs:
|
||||
carrierwave (0.5.0)
|
||||
activesupport (~> 3.0)
|
||||
|
||||
PATH
|
||||
remote: vendor/gems/jasmine
|
||||
specs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue