We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219d553 commit 0a08d4fCopy full SHA for 0a08d4f
Gemfile
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-source 'https://rubygems.org'
+source ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'
4
5
# Install the `inspec` gem using `git` because versions after `4.22.22`
6
# suppress diff output; this version fixes this for our uses.
0 commit comments