Skip to content

Commit

Permalink
Also add csv to CI gemfile on Ruby 3.3
Browse files Browse the repository at this point in the history
It only warns on Ruby 3.3, but it's better to avoid the warning.
  • Loading branch information
jeremyevans committed Jun 4, 2024
1 parent cd91a49 commit d4978ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'minitest-global_expectations'
# Plugin/Extension Dependencies
gem 'tzinfo'

if RUBY_VERSION >= '3.4'
if RUBY_VERSION >= '3.3'
gem 'csv'
end

Expand Down

0 comments on commit d4978ea

Please sign in to comment.