Switch RubyGems source to https

This commit is contained in:
Greg Karékinian 2013-11-24 17:10:07 +01:00
parent 3dd79e28d3
commit e657fa4d56
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
gem "sinatra"
gem "sinatra-contrib"

View File

@ -11,7 +11,7 @@ GIT
multi_json (~> 1.0)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (3.2.13)
i18n (= 0.6.1)