updates src url to use https
helps prevent man in the middle attacks
source "http://rubygems.org" | ||
source "https://rubygems.org" | ||
case ENV["MODEL_ADAPTER"] | ||
when nil, "active_record" | ||
... | ... |
Please register or sign in to comment
helps prevent man in the middle attacks
source "http://rubygems.org" | ||
source "https://rubygems.org" | ||
case ENV["MODEL_ADAPTER"] | ||
when nil, "active_record" | ||
... | ... |