Skip to content

Commit

Permalink
test: install csv explicitly
Browse files Browse the repository at this point in the history
Because csv isn't a default gem in Ruby 3.4.
  • Loading branch information
kou committed Feb 15, 2024
1 parent 50e14c8 commit f541590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ gemspec

group :test do
gem "bigdecimal", platforms: [:mri]
gem "csv"
end

0 comments on commit f541590

Please sign in to comment.