From e86f789df5dd2f8736a96677a495a939f675b4b2 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Fri, 2 Aug 2013 10:55:26 -0700 Subject: [PATCH] install ruby gems from https://rubygems.org instead of :rubygems To resolve this warning: The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1c587a7..f73773f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false