We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10c27b commit a7b75b6Copy full SHA for a7b75b6
1 file changed
Gemfile
@@ -1,9 +1,9 @@
1
source "https://rubygems.org"
2
3
-alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
+alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "7.4-stable")
4
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
5
6
-rails_version = ENV.fetch("RAILS_VERSION", "7.1")
+rails_version = ENV.fetch("RAILS_VERSION", "7.2")
7
gem "rails", "~> #{rails_version}.0"
8
gem "listen", "~> 3.8"
9
gem "puma", "~> 6.0"
0 commit comments