Skip to content

Commit f783ea3

Browse files
committed
Add csv gem for Ruby 3.4
1 parent 4f6958e commit f783ea3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • lib/solidus_dev_support/templates/extension

lib/solidus_dev_support/templates/extension/Gemfile.tt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ if rails_version == '7.0'
3131
gem 'concurrent-ruby', '< 1.3.5'
3232
end
3333

34+
if RUBY_VERSION >= '3.4'
35+
# Solidus Promotions uses CSV but does not have it as dependency yet.
36+
gem 'csv'
37+
end
38+
3439
# While we still support Ruby < 3 we need to workaround a limitation in
3540
# the 'async' gem that relies on the latest ruby, since RubyGems doesn't
3641
# resolve gems based on the required ruby version.

0 commit comments

Comments
 (0)