Browse Source

[ruby/grape] Use https for Gemfile source (#8962)

https is the recommended default for Gemfiles to avoid mitm attacks.
Petrik de Heus 1 year ago
parent
commit
a6dacd3dde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Ruby/grape/Gemfile

+ 1 - 1
frameworks/Ruby/grape/Gemfile

@@ -1,4 +1,4 @@
-source 'http://rubygems.org'
+source 'https://rubygems.org'
 
 gem 'mysql2', '0.5.4'
 gem 'unicorn', '6.1.0'