X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/90048d87d69e4476a493f291723becf50609665b..0649b0ff5ef9d4b29484950036afd9462d7ae99a:/Gemfile?ds=inline diff --git a/Gemfile b/Gemfile index f4ad7c7fa..11587ec3f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,9 @@ gem 'bigdecimal', "~> 1.1.0", :platforms => :ruby_19 # Require things which have moved to gems in ruby 2.0 gem 'psych', :platforms => :ruby_20 +# Require json for multi_json +gem 'json' + # Use postgres as the database gem 'pg' @@ -45,7 +48,7 @@ gem 'openstreetmap-oauth-plugin', '>= 0.4.1.1', :require => 'oauth-plugin' gem 'open_id_authentication', '>= 1.1.0' gem 'validates_email_format_of', '>= 1.5.1' gem 'composite_primary_keys', '>= 6.0.0' -gem 'http_accept_language', '>= 1.0.2' +gem 'http_accept_language', '~> 1.0.2' gem 'paperclip', '~> 2.0' gem 'deadlock_retry', '>= 1.2.0' gem 'openstreetmap-i18n-js', '>= 3.0.0.rc5.2', :require => 'i18n-js'