X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a328ec84a2bc19af6d6fd36b57bbbc7fc59bde9e..10d65cc8571d38bb6af6d9022edb98a294ad2f2d:/Gemfile diff --git a/Gemfile b/Gemfile index 98b035188..8dd0576d1 100644 --- a/Gemfile +++ b/Gemfile @@ -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"