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:
parent
a12059801e
commit
b44b4d9595
4
Gemfile
4
Gemfile
@ -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'
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (4.2.4)
|
||||
i18n (~> 0.7)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user