Commit bcaf3c2c3e7707f85cdb81d6c5748db7bf746ef1

Authored by Sytse Sijbrandij
1 parent 5b4032d1

Use secure protocol

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
1   -source "http://rubygems.org"
  1 +source "https://rubygems.org"
2 2  
3 3 def darwin_only(require_as)
4 4 RUBY_PLATFORM.include?('darwin') && require_as
... ...