Skip to content

Commit

Permalink
Use main branch of Alchemy again
Browse files Browse the repository at this point in the history
PR has been merged
  • Loading branch information
tvdeyen authored May 20, 2024
1 parent a5c13a2 commit 737b3bd
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 @@ -11,7 +11,7 @@ end

alchemy_version = ENV.fetch("ALCHEMY_VERSION", "main")
if alchemy_version == "main"
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "add-engine-importmaps"
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "main"
else
gem "alchemy_cms", "~> #{alchemy_version}"
end
Expand Down

0 comments on commit 737b3bd

Please sign in to comment.