Use HTTPS for fetch gems

This commit is contained in:
Maks3w 2015-05-18 09:58:08 +02:00
parent 452876af0d
commit fddf304087
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
# Middleman
gem 'middleman', '~>3.3.10'

View file

@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (4.1.10)
i18n (~> 0.6, >= 0.6.9)