Skip to content

Commit 9ac46c7

Browse files
djmbpackagethief
andauthored
Update railties/lib/rails/generators/app_base.rb
Co-authored-by: Jeffrey Hardy <packagethief@gmail.com>
1 parent 53fc1ef commit 9ac46c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/app_base.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def cable_gemfile_entry
651651
def solid_cache_gemfile_entry
652652
return if options[:skip_solid_cache]
653653

654-
comment = "Use Solid Cache for caching (http://github.com/rails/solid_cache)"
654+
comment = "Use Solid Cache for caching (https://github.com/rails/solid_cache)"
655655
GemfileEntry.new("solid_cache", ">= 1.0.1", comment, {}, false)
656656
end
657657

0 commit comments

Comments
 (0)