1
0
Fork 0
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:
Prathamesh Sonpatki 2013-04-18 09:18:51 +05:30
parent 1c9136ddd2
commit 7f36eb40ca

View file

@ -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'