Skip to content

Commit

Permalink
Use Alchemy 7.3 stable branch as default
Browse files Browse the repository at this point in the history
Current alchemy-devise and alchemy main branch
are not compatible atm.
  • Loading branch information
tvdeyen committed Nov 8, 2024
1 parent 1ed6e31 commit 8e7fdee
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 @@ -17,7 +17,7 @@ gemspec
# gem 'byebug', group: [:development, :test]
gem "sqlite3", "~> 1.4"

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

Expand Down

0 comments on commit 8e7fdee

Please sign in to comment.