X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b9cb8f09212a4d43ef46548615347519c7d89c3c..a328ec84a2bc19af6d6fd36b57bbbc7fc59bde9e:/Gemfile diff --git a/Gemfile b/Gemfile index f9f12d64e..98b035188 100644 --- a/Gemfile +++ b/Gemfile @@ -26,8 +26,8 @@ gem "jbuilder", "~> 2.7" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.2", :require => false -# Use R2 for RTL conversion -gem "r2", "~> 0.2.7" +# Use rtlcss for RTL conversion +gem "rtlcss" # Use autoprefixer to generate CSS prefixes gem "autoprefixer-rails"