Skip to content
Snippets Groups Projects
Unverified Commit 0a08d4fa authored by noelmcloughlin's avatar noelmcloughlin Committed by Imran Iqbal
Browse files

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

parent 219d553a
No related branches found
No related tags found
No related merge requests found
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment