1
0
Fork 0

ci(gemfile): allow rubygems proxy to be provided as an env var [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/408
This commit is contained in:
noelmcloughlin 2022-01-26 08:44:23 +00:00 committed by Imran Iqbal
parent 8059e869a6
commit 91950b1c86
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
1 changed files with 1 additions and 1 deletions

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.