Pattern: Insecure protocol source
Issue: -
The symbol argument :gemcutter
, :rubygems
and :rubyforge
are deprecated. Please change your source to URL string that uses
'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
# bad
source :gemcutter
source :rubygems
source :rubyforge
# good
source 'https://rubygems.org' # strongly recommended
source 'http://rubygems.org'
Attribute | Value |
---|---|
Include | **/Gemfile, **/gems.rb |