From b20081c024e95be167a52571c62d0b17eea8f245 Mon Sep 17 00:00:00 2001 From: Kevin Reeuwijk Date: Thu, 26 Nov 2020 13:59:06 +0100 Subject: [PATCH] hardcoded source to rubygems.org Due to issues with artifactory.delivery.puppetlabs.net --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4f6e33b..f9d1960 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ -source ENV['GEM_SOURCE'] || 'https://rubygems.org' +source 'https://rubygems.org' +# source ENV['GEM_SOURCE'] || 'https://rubygems.org' def location_for(place_or_version, fake_version = nil) git_url_regex = %r{\A(?(https?|git)[:@][^#]*)(#(?.*))?}