Merge pull request #252 from Maks3w/hotfix/secure-rubygems

Hotfix/secure rubygems
This commit is contained in:
Robert Lord 2015-05-19 15:37:39 -05:00
commit 22fc8af88c
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)