]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Switch to using the gem version of open_id_authentication
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index d36805b604269d2bbe82119bc23ac58463049747..2fd810a0909ca901ee171280dfa0308708d5510d 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -13,9 +13,10 @@ gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
 gem 'sanitize'
 gem 'rails-i18n-updater'
 gem 'validates_email_format_of', '>= 1.4.5'
+gem 'open_id_authentication', '>= 1.0.0'
 
 # Should only load if memcache is in use
-gem 'memcached'
+#gem 'memcached'
 
 # Should only load if we're not in database offline mode
 gem 'composite_primary_keys', '>= 3.1.6'