Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusk08 committed Dec 3, 2024
1 parent f3f2959 commit 6a3270a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a3270a

Please sign in to comment.