X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dee70e8daae82961ceda602a0646c4828a996965..d68368e0d571ae6b953e0f3900e3f4c304076769:/Gemfile diff --git a/Gemfile b/Gemfile index 30ddc7af4..1b35b6074 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'