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 # Middleman
gem 'middleman', '~>3.3.10' gem 'middleman', '~>3.3.10'

View file

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