Skip to content

Commit bea8e6b

Browse files
committed
chore: Test alchemy 8.2-stable again
The PR has been merged
1 parent 14d82cd commit bea8e6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

3-
# alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.2-stable")
4-
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "locale-select-auto-submit-option"
3+
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.2-stable")
4+
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
55

66
rails_version = ENV.fetch("RAILS_VERSION", "8.0")
77
gem "rails", "~> #{rails_version}.0"

0 commit comments

Comments
 (0)