Skip to content

Commit 03a9efc

Browse files
committed
Need PR with fix in alchemy-solidus
Can be removed after AlchemyCMS/alchemy-devise#249 got merged
1 parent 7e88903 commit 03a9efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "solidus_frontend", github: "solidusio/solidus_frontend", branch: "main"
77

88
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.0-stable")
99
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
10-
gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: alchemy_branch
10+
gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "fix-logout-method"
1111

1212
# Specify your gem's dependencies in alchemy-solidus.gemspec
1313
gemspec

0 commit comments

Comments
 (0)