Skip to content

Commit 6488ecb

Browse files
author
Joshua Hoblitt
committed
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.
1 parent 7e74f57 commit 6488ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
if puppetversion = ENV['PUPPET_GEM_VERSION']
44
gem 'puppet', puppetversion, :require => false

0 commit comments

Comments
 (0)