Skip to content

Commit

Permalink
Use my branch with elements_repository
Browse files Browse the repository at this point in the history
We rely on the elements_repository introduced in my branch
  • Loading branch information
tvdeyen committed Mar 1, 2021
1 parent 8280d8e commit c5b6d27
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 "sqlite3"

alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
gem "alchemy_cms", github: "tvdeyen/alchemy_cms", branch: "element-repository"

gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "main"
gem "rufo"
Expand Down

0 comments on commit c5b6d27

Please sign in to comment.