mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
ci(proxy): allow rubygems proxy in gemfile
This commit is contained in:
parent
bf9a9bd204
commit
7109cfd411
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue