From 222de279ed69390a2e6b271a142fc83305881375 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 15:59:42 +0100 Subject: Use https: scheme for all repositories on GitHub The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/ruby-gems.lorry | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'open-source-lorries/ruby-gems.lorry') diff --git a/open-source-lorries/ruby-gems.lorry b/open-source-lorries/ruby-gems.lorry index d86d81b..de2ab5e 100644 --- a/open-source-lorries/ruby-gems.lorry +++ b/open-source-lorries/ruby-gems.lorry @@ -1,7 +1,7 @@ { "ruby-gems/chef": { "type": "git", - "url": "http://github.com/opscode/chef/", + "url": "https://github.com/opscode/chef.git", "x-products-rubygems": [ "chef" ] @@ -15,7 +15,7 @@ }, "ruby-gems/coderay": { "type": "git", - "url": "http://github.com/rubychan/coderay", + "url": "https://github.com/rubychan/coderay.git", "x-products-rubygems": [ "coderay" ] @@ -36,14 +36,14 @@ }, "ruby-gems/ffi": { "type": "git", - "url": "http://github.com/ffi/ffi", + "url": "https://github.com/ffi/ffi.git", "x-products-rubygems": [ "ffi" ] }, "ruby-gems/ffi-yajl": { "type": "git", - "url": "http://github.com/opscode/ffi-yajl", + "url": "https://github.com/opscode/ffi-yajl.git", "x-products-rubygems": [ "ffi-yajl" ] @@ -71,7 +71,7 @@ }, "ruby-gems/ipaddress": { "type": "git", - "url": "http://github.com/bluemonk/ipaddress", + "url": "https://github.com/bluemonk/ipaddress.git", "x-products-rubygems": [ "ipaddress" ] @@ -120,7 +120,7 @@ }, "ruby-gems/mixlib-config": { "type": "git", - "url": "http://github.com/opscode/mixlib-config", + "url": "https://github.com/opscode/mixlib-config.git", "x-products-rubygems": [ "mixlib-config" ] @@ -134,7 +134,7 @@ }, "ruby-gems/mixlib-shellout": { "type": "git", - "url": "http://github.com/opscode/mixlib-shellout", + "url": "https://github.com/opscode/mixlib-shellout.git", "x-products-rubygems": [ "mixlib-shellout" ] @@ -162,42 +162,42 @@ }, "ruby-gems/ohai": { "type": "git", - "url": "http://github.com/opscode/ohai", + "url": "https://github.com/opscode/ohai.git", "x-products-rubygems": [ "ohai" ] }, "ruby-gems/plist": { "type": "git", - "url": "http://github.com/bleything/plist", + "url": "https://github.com/bleything/plist.git", "x-products-rubygems": [ "plist" ] }, "ruby-gems/pry": { "type": "git", - "url": "http://github.com/pry/pry", + "url": "https://github.com/pry/pry.git", "x-products-rubygems": [ "pry" ] }, "ruby-gems/rack": { "type": "git", - "url": "http://github.com/rack/rack", + "url": "https://github.com/rack/rack.git", "x-products-rubygems": [ "rack" ] }, "ruby-gems/rake-compiler": { "type": "git", - "url": "http://github.com/luislavena/rake-compiler", + "url": "https://github.com/luislavena/rake-compiler.git", "x-products-rubygems": [ "rake-compiler" ] }, "ruby-gems/slop": { "type": "git", - "url": "http://github.com/leejarvis/slop", + "url": "https://github.com/leejarvis/slop.git", "x-products-rubygems": [ "slop" ] -- cgit v1.2.1