We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dface commit 7e2d78bCopy full SHA for 7e2d78b
Gemfile
@@ -32,6 +32,9 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3')
32
gem 'async', '< 3', require: false
33
end
34
35
+# Temporarily use the `solidus_support` gem with Flickwerk support
36
+gem "solidus_support", github: "mamhoff/solidus_support", branch: "re-enable-flickwerk"
37
+
38
# 'net/smtp' is required by 'mail', see:
39
# - https://github.com/ruby/net-protocol/issues/10
40
# - https://stackoverflow.com/a/72474475
0 commit comments