Use HTTPS for Rubygems

It is now recommended to use HTTPS for connecting to Rubygems.
This commit is contained in:
Steven Harman 2013-07-02 11:01:11 -04:00
parent dbdf64e4df
commit 7b52209f45
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
group :development do
gem 'rake', '~> 0.9'