We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6958e commit f783ea3Copy full SHA for f783ea3
1 file changed
lib/solidus_dev_support/templates/extension/Gemfile.tt
@@ -31,6 +31,11 @@ if rails_version == '7.0'
31
gem 'concurrent-ruby', '< 1.3.5'
32
end
33
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
+
39
# While we still support Ruby < 3 we need to workaround a limitation in
40
# the 'async' gem that relies on the latest ruby, since RubyGems doesn't
41
# resolve gems based on the required ruby version.
0 commit comments