X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1d8cb67dd8d175e91bc2cc2039c09e295e63a982..3ae17e46adb861fc7167dfed7bcf5968dbf3f9a2:/Gemfile diff --git a/Gemfile b/Gemfile index 8075b951a..2fd810a09 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.0.5' +gem 'rails', '3.0.9' gem 'pg' gem 'arel', '>= 2.0.9' @@ -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'