Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-06-02 09:30:22 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-06-02 09:30:22 +0400
commit5cbbdf2949730bb19f9cd3f6c716ac831af6aadf (patch)
tree360cf3990c0a32612833d6cd018cc72e15f3cdab /Gemfile
parent1ef9d432627b92d31014c9508196fe8456f9b317 (diff)
initial post to tumblr support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 9058e0d8e..c7ab2ddcd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,8 +16,8 @@ gem 'devise', '~> 1.3.1'
gem 'devise_invitable', '0.5.0'
#Authentication
-gem 'omniauth', '0.1.6'
-gem 'twitter', :git => 'git://github.com/jnunemaker/twitter.git', :ref => 'ef122bbb280e229ed343'
+gem 'omniauth', '0.2.6'
+gem 'twitter', '1.5.0'
#Views
gem 'haml', '3.0.25'
@@ -31,7 +31,7 @@ gem 'acts-as-taggable-on', :git => 'git://github.com/diaspora/acts-as-taggable-o
#Uncatagorized
gem 'roxml', :git => 'git://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0'
-gem 'addressable', '2.2.2', :require => 'addressable/uri'
+gem 'addressable', '2.2.4', :require => 'addressable/uri'
gem 'json', '1.4.6'
gem 'http_accept_language', :git => 'git://github.com/iain/http_accept_language.git', :ref => '0b78aa7849fc90cf9e12'