Use HTTPS for rubygems.org source

This commit is contained in:
Brendan Coles
2015-08-18 03:27:27 +00:00
parent e06198c320
commit fbdbfd4896
2 changed files with 2 additions and 2 deletions

View File

@@ -62,4 +62,4 @@ if ENV['BEEF_TEST']
gem 'rest-client', '~> 1.6.7'
end
source 'http://rubygems.org'
source 'https://rubygems.org'

View File

@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
addressable (2.3.6)
ansi (1.4.3)