1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Use https connection to rubygems

This commit is contained in:
Holger Just 2015-08-26 21:32:21 +02:00
parent a12059801e
commit b44b4d9595
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
# If you have OpenSSL installed, we recommend updating the following line to
# use "https".
source 'http://rubygems.org'
source 'https://rubygems.org'
gem 'middleman', '~> 3.4.0'
gem 'middleman-blog', '~> 3.5.3'

View File

@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (4.2.4)
i18n (~> 0.7)