Browse Source

[ruby/padrino] Use https for Gemfile source (#8989)

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

+ 1 - 1
frameworks/Ruby/padrino/Gemfile

@@ -1,4 +1,4 @@
-source 'http://rubygems.org'
+source 'https://rubygems.org'
 
 gem 'mysql2', '~> 0.4'
 gem "unicorn", '~> 6.1'