Skip to content

Commit

Permalink
Always use master branch of alchemy-devise
Browse files Browse the repository at this point in the history
Alchemy-Devise takes care of its own compatibility.
  • Loading branch information
mamhoff committed May 29, 2020
1 parent 45a885d commit c218793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "solidus_backend", github: "solidusio/solidus", branch: solidus_branch

alchemy_branch = ENV.fetch('ALCHEMY_BRANCH', 'master')
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
gem 'alchemy-devise', github: "AlchemyCMS/alchemy-devise", branch: alchemy_branch
gem 'alchemy-devise', github: "AlchemyCMS/alchemy-devise", 'master'

# Specify your gem's dependencies in alchemy-solidus.gemspec
gemspec
Expand Down

0 comments on commit c218793

Please sign in to comment.