Use secure protocol
This commit is contained in:
parent
5b4032d175
commit
bcaf3c2c3e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
||||||
source "http://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
def darwin_only(require_as)
|
def darwin_only(require_as)
|
||||||
RUBY_PLATFORM.include?('darwin') && require_as
|
RUBY_PLATFORM.include?('darwin') && require_as
|
||||||
|
|
Loading…
Reference in a new issue