- Published on
[Rails] Use Github Gem in Gemfile
To solve the warnings of insecure Github gem download with git protocol, use https instead
gem 'nokogiri', '1.7.0.1', git: 'https://github.com/sparklemotion/nokogiri'
To solve the warnings of insecure Github gem download with git protocol, use https instead
gem 'nokogiri', '1.7.0.1', git: 'https://github.com/sparklemotion/nokogiri'