X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c19d36653d7337dfdfd802dab1fa34b7293b0806..322c7061dcd387401e826a46552e8593d97da9eb:/Gemfile diff --git a/Gemfile b/Gemfile index 8a4fdfe71..bf1f2010d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,10 +11,10 @@ gem 'pg' gem 'jquery-rails' # Load rails plugins -gem 'rails-i18n', ">= 0.6.2" +gem 'rails-i18n', ">= 0.6.3" gem 'dynamic_form' gem 'rinku', '>= 1.2.2', :require => 'rails_rinku' -gem 'oauth-plugin', '>= 0.4.0.pre7' +gem 'oauth-plugin', '>= 0.4.0.1' gem 'open_id_authentication', '>= 1.1.0' gem 'validates_email_format_of', '>= 1.5.1' gem 'composite_primary_keys', '>= 5.0.0'