X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c19d36653d7337dfdfd802dab1fa34b7293b0806..9813d9f1e48d575bb0e0b5029dc0ec134a011090:/Gemfile diff --git a/Gemfile b/Gemfile index 8a4fdfe71..76872dfff 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,9 @@ source 'http://rubygems.org' # Require rails gem 'rails', '3.2.3' +# Require things which have moved to gems in ruby 1.9 +gem 'bigdecimal', :platforms => :ruby_19 + # Require the postgres database driver gem 'pg' @@ -11,10 +14,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 'openstreetmap-oauth-plugin', '>= 0.4.0.1', :require => 'oauth-plugin' gem 'open_id_authentication', '>= 1.1.0' gem 'validates_email_format_of', '>= 1.5.1' gem 'composite_primary_keys', '>= 5.0.0' @@ -47,6 +50,7 @@ gem 'memcached', '>= 1.4.1' # Gems needed for running tests group :test do gem 'timecop' + gem 'minitest', :platforms => :ruby_19 end # Gems needed for compiling assets