From c70cf926d66846d563c1a70945a3031f7dcacef8 Mon Sep 17 00:00:00 2001 From: Robert Koeze Date: Mon, 18 Aug 2025 20:06:10 -0400 Subject: [PATCH] Remove file_exists gem --- Gemfile | 3 --- Gemfile.lock | 2 -- 2 files changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3a77fe087..6fa5725ef 100644 --- a/Gemfile +++ b/Gemfile @@ -45,9 +45,6 @@ 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" diff --git a/Gemfile.lock b/Gemfile.lock index cd1123777..013d1e651 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,7 +293,6 @@ GEM rake ffi-libarchive (1.1.14) ffi (~> 1.0) - file_exists (0.2.0) frozen_record (0.27.4) activemodel fspath (3.1.2) @@ -747,7 +746,6 @@ DEPENDENCIES factory_bot_rails faraday ffi-libarchive - file_exists frozen_record gd2-ffij (>= 0.4.0) htmlentities -- 2.39.5