Преглед изворни кода

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

* Automated using https://github.com/myii/ssf-formula/pull/408
pull/30/head
noelmcloughlin пре 2 година
родитељ
комит
ad7d546bc0
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Gemfile

+ 1
- 1
Gemfile Прегледај датотеку

# frozen_string_literal: true # 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` # Install the `inspec` gem using `git` because versions after `4.22.22`
# suppress diff output; this version fixes this for our uses. # suppress diff output; this version fixes this for our uses.

Loading…
Откажи
Сачувај