summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH "Waldo" G <gwaldo@gmail.com>2013-03-05 15:09:31 -0500
committerBryan McLellan <btm@opscode.com>2013-04-11 14:35:36 -0700
commita85115c273b2603687ba589932b3474cb06ab272 (patch)
tree9c6ddafc97895f39d714729c6e3736dafa7ae371
parentff576b7863736898e6dc17e31d4c2a465b2c6206 (diff)
downloadchef-a85115c273b2603687ba589932b3474cb06ab272.tar.gz
Use HTTPS to RubyGems
use https when connecting to rubygems to prevent MITM hacks
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dffdef67e8..306a0b18b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-source :rubygems
+source "https://rubygems.org"
gemspec