From 6a3270a56887ec3129611341981e8408042a878e Mon Sep 17 00:00:00 2001 From: Steve Hoang <82992510+lotusk08@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:15:44 +0700 Subject: [PATCH] Update Gemfile --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index e5415748ad5..176ada8e569 100644 --- a/Gemfile +++ b/Gemfile @@ -12,3 +12,8 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin] + +# Add these gems explicitly +gem 'logger' +gem 'csv' +gem 'base64', require: false # Optional: Use `require: false` if you don't need to auto-load