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 67ad9cc commit d1b7d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -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 d1b7d8c

Please sign in to comment.