Skip to content

Commit

Permalink
Add csv as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
harrylewis committed Jan 21, 2025
1 parent d771037 commit 7ee8b38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gemfiles/rails_master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ if RUBY_ENGINE == "ruby" # This doesn't work on truffle-ruby because there's no
gem "libev_scheduler"
end
gem "async"
if RUBY_VERSION >= "3.4.1"
gem "csv"
end

gemspec path: "../"

0 comments on commit 7ee8b38

Please sign in to comment.