]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Use rtlcss instead of r2 for RTL support
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index f9f12d64e9b31de332cc38b5e04aea420249eaf5..98b03518877a8ef6a8a157e66af9f3d9e9049cb0 100644 (file)
--- 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"