diff options
author | danielsdeleo <dan@opscode.com> | 2013-07-15 12:01:47 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-07-15 12:01:47 -0700 |
commit | 8caceef01670266561bd2650314abae0dd37b9de (patch) | |
tree | 452918f4f1fa6021385b34f0bd24a6c6e6b23a9a /Gemfile | |
parent | 8fb18d853f19a4bc2cc01dfb80bf025a54ef8d76 (diff) | |
download | ohai-8caceef01670266561bd2650314abae0dd37b9de.tar.gz |
Configure bundler for HTTPS
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 |