Merge pull request #241 from noelmcloughlin/gemfile

ci(proxy): allow rubygems proxy in gemfile
This commit is contained in:
Imran Iqbal 2022-01-26 08:18:49 +00:00 committed by GitHub
commit 38c502f9a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
source 'https://rubygems.org'
source ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'
# Install the `inspec` gem using `git` because versions after `4.22.22`
# suppress diff output; this version fixes this for our uses.