X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c7570462ad666b00f9e937b6fe10ad16f19dc038..62e571a4aaa7324fe56c6c58a0dca5f943e7f9ee:/Gemfile diff --git a/Gemfile b/Gemfile index e76f97ed8..2de8c0cf2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.0.7' +gem 'rails', '3.0.10' gem 'pg' gem 'arel', '>= 2.0.9' @@ -12,13 +12,14 @@ gem 'httpclient' gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer' gem 'sanitize' gem 'rails-i18n-updater' -gem 'validates_email_format_of', '>= 1.4.5' +gem 'validates_email_format_of', '>= 1.5.1' +gem 'open_id_authentication', '>= 1.1.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' +gem 'composite_primary_keys', '= 3.1.10' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators