Skip to content

Commit

Permalink
install ruby gems from https://rubygems.org instead of :rubygems
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Joshua Hoblitt committed Aug 2, 2013
1 parent 95df6b6 commit e86f789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

if puppetversion = ENV['PUPPET_GEM_VERSION']
gem 'puppet', puppetversion, :require => false
Expand Down

0 comments on commit e86f789

Please sign in to comment.