X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dee70e8daae82961ceda602a0646c4828a996965..7599f98957334d1924550205f7ba12a726de7eb0:/Gemfile diff --git a/Gemfile b/Gemfile index 30ddc7af4..4b2d2ba9e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,9 @@ gem 'pg' # Load jquery support gem 'jquery-rails' +# Load R2 for RTL conversion +gem 'r2' + # Load rails plugins gem 'rails-i18n', ">= 0.6.3" gem 'dynamic_form' @@ -26,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'