Skip to content

Commit 7e2d78b

Browse files
committed
Temp: Use unreleased solidus_support
1 parent e6dface commit 7e2d78b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3')
3232
gem 'async', '< 3', require: false
3333
end
3434

35+
# Temporarily use the `solidus_support` gem with Flickwerk support
36+
gem "solidus_support", github: "mamhoff/solidus_support", branch: "re-enable-flickwerk"
37+
3538
# 'net/smtp' is required by 'mail', see:
3639
# - https://github.com/ruby/net-protocol/issues/10
3740
# - https://stackoverflow.com/a/72474475

0 commit comments

Comments
 (0)