X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/af8e08960e91596c19a6c9a731896737e8e084eb..8c32e6349281dc041af55d3b493fdeac85212b02:/Gemfile?ds=sidebyside diff --git a/Gemfile b/Gemfile index f9f12d64e..8dd0576d1 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" @@ -41,6 +41,9 @@ gem "argon2" # 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"