Przeglądaj źródła

ci(gemfile): allow rubygems proxy to be provided as an env var [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/408
master
noelmcloughlin 2 lat temu
rodzic
commit
ce1d892e90
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Gemfile

+ 1
- 1
Gemfile Wyświetl plik

@@ -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.

Ładowanie…
Anuluj
Zapisz