From 5fc9011032157e36a963b7536936e8a220f62414 Mon Sep 17 00:00:00 2001 From: Markus Strehle <11627201+strehle@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:38:44 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 3: Dependency download using unencrypted communication channel Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b49a578..a7abf19 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ # subcomponent's license, as noted in the LICENSE file. #++ -source 'http://rubygems.org' +source 'https://rubygems.org' # Specify your gem's dependencies in cf-uaac.gemspec gemspec