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 182dc71 commit 1557473Copy full SHA for 1557473
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