mirror of https://github.com/rails/rails
Merge pull request #46346 from SHinGo-Koba/adjust_redis_version_in_template
Adjusted redis version in Gemfile Entry
This commit is contained in:
commit
36704bfbf8
|
@ -437,7 +437,7 @@ module Rails
|
|||
return if options[:skip_action_cable]
|
||||
|
||||
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
|
||||
|
||||
def bundle_command(command, env = {})
|
||||
|
|
Loading…
Reference in New Issue