Просмотр исходного кода

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

* Automated using https://github.com/myii/ssf-formula/pull/408
tags/v1.10.1
noelmcloughlin 2 лет назад
Родитель
Сommit
46fc639d46
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Gemfile

+ 1
- 1
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.

Загрузка…
Отмена
Сохранить