diff options
author | H "Waldo" G <gwaldo@gmail.com> | 2013-03-05 15:09:31 -0500 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-04-11 14:35:36 -0700 |
commit | a85115c273b2603687ba589932b3474cb06ab272 (patch) | |
tree | 9c6ddafc97895f39d714729c6e3736dafa7ae371 /Gemfile | |
parent | ff576b7863736898e6dc17e31d4c2a465b2c6206 (diff) | |
download | chef-a85115c273b2603687ba589932b3474cb06ab272.tar.gz |
Use HTTPS to RubyGems
use https when connecting to rubygems to prevent MITM hacks
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -source :rubygems +source "https://rubygems.org" gemspec |