Skip to content

Commit 1557473

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 182dc71 commit 1557473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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)