mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use secure source for rubygems in engine tests
This commit is contained in:
parent
1c9136ddd2
commit
7f36eb40ca
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module RailtiesTests
|
|||
Dir.chdir(engine_path) do
|
||||
File.open("Gemfile", "w") do |f|
|
||||
f.write <<-GEMFILE.gsub(/^ {12}/, '')
|
||||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', path: '#{RAILS_FRAMEWORK_ROOT}'
|
||||
gem 'sqlite3'
|
||||
|
|
Loading…
Reference in a new issue