Skip to content

Commit ae4f178

Browse files
noelmcloughlinmyii
authored andcommitted
ci(gemfile): allow rubygems proxy to be provided as an env var [skip ci]
* Automated using myii/ssf-formula#408
1 parent 61284c6 commit ae4f178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
source 'https://rubygems.org'
3+
source ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'
44

55
# Install the `inspec` gem using `git` because versions after `4.22.22`
66
# suppress diff output; this version fixes this for our uses.

0 commit comments

Comments
 (0)