Merge pull request #46346 from SHinGo-Koba/adjust_redis_version_in_template

Adjusted redis version in Gemfile Entry
This commit is contained in:
Yasuo Honda 2022-10-28 08:58:09 +09:00 committed by GitHub
commit 36704bfbf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ module Rails
return if options[:skip_action_cable] return if options[:skip_action_cable]
comment = "Use Redis adapter to run Action Cable in production" comment = "Use Redis adapter to run Action Cable in production"
GemfileEntry.new("redis", "~> 4.0", comment, {}, true) GemfileEntry.new("redis", ">= 4.0.1", comment, {}, true)
end end
def bundle_command(command, env = {}) def bundle_command(command, env = {})