Skip to content

Commit

Permalink
ci(gemfile): allow rubygems proxy to be provided as an env var [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#408
  • Loading branch information
noelmcloughlin authored and myii committed Jan 26, 2022
1 parent ce9705e commit 8b2cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8b2cd1b

Please sign in to comment.