mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Use HTTPS for fetch gems
This commit is contained in:
parent
452876af0d
commit
fddf304087
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://rubygems.org'
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Middleman
|
||||
gem 'middleman', '~>3.3.10'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (4.1.10)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
|
|
|
|||
Loading…
Reference in a new issue