We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d82cd commit bea8e6bCopy full SHA for bea8e6b
1 file changed
Gemfile
@@ -1,7 +1,7 @@
1
source "https://rubygems.org"
2
3
-# alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.2-stable")
4
-gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "locale-select-auto-submit-option"
+alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.2-stable")
+gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
5
6
rails_version = ENV.fetch("RAILS_VERSION", "8.0")
7
gem "rails", "~> #{rails_version}.0"
0 commit comments