From 2a704b020bed00df758bddb0d00d461adb9dbfd6 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 20 Dec 2023 09:52:10 -0700 Subject: [PATCH] use unsecured http as default rubygems source in project_dir (#445) --- example_files/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_files/Gemfile b/example_files/Gemfile index 0e28fd37..0e226d6a 100644 --- a/example_files/Gemfile +++ b/example_files/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' ruby '~> 2.7.0'