Commit 89ce02ea5d299e0c50ba0f2474559cffa948eb6d

Authored by Dmitriy Zaporozhets
2 parents afee5303 bcaf3c2c

Merge pull request #3158 from dosire/master

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
... ...