X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6bd16d543a19576dbe783240867b87a5cf844946..5ad45549e1f871d98ff12f3d80d5d065f19a219e:/Gemfile diff --git a/Gemfile b/Gemfile index 5d4f66989..b06702fb3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' # Require rails -gem 'rails', '3.2.10' +gem 'rails', '3.2.11' # Require things which have moved to gems in ruby 1.9 gem 'bigdecimal', :platforms => :ruby_19 @@ -29,6 +29,7 @@ gem 'paperclip', '~> 2.0' gem 'deadlock_retry', '>= 1.2.0' gem 'i18n-js', '>= 3.0.0.rc2' gem 'rack-cors' +gem 'jsonify-rails' # We need ruby-openid 2.2.0 or later for ruby 1.9 support gem 'ruby-openid', '>= 2.2.0'