From bec77a3d4a7be5a4a000e32273e0556055723038 Mon Sep 17 00:00:00 2001 From: Shubham Shinde Date: Wed, 20 Nov 2024 19:06:33 +0530 Subject: [PATCH] Workaround for artifactory gem issue --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 06528f243..67ee95c0f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source ENV['GEM_SOURCE'] || "https://rubygems.org" +source "https://rubygems.org" def location_for(place) if place =~ /^((?:git[:@]|https:)[^#]*)#(.*)/