From acb3381dc6510575b78d8041bb51246fc1db8977 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Fri, 3 Dec 2010 12:20:48 +0100 Subject: [PATCH] Sticking to git: urls for git repos, as we always do. Using a single type of url means just a single type of problems ;) --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 75fa701b3..d027c6f12 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index c2442bd2b..38869e74d 100644 --- a/Gemfile.lock +++ b/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: