# 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"
# Support brotli compression for assets
gem "sprockets-exporters_pack"
+# Restore File.exists? for oauth gem
+gem "file_exists"
+
# Load rails plugins
gem "actionpack-page_caching", ">= 1.2.0"
gem "activerecord-import"