mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #3950 from guilleiguaran/use-https-for-rubygems-in-apps
Use rubygems https endpoint for the Gemfile on new apps
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
source 'http://rubygems.org'
|
||||
source 'https://rubygems.org'
|
||||
|
||||
<%= rails_gemfile_entry -%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user