We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61284c6 commit ae4f178Copy full SHA for ae4f178
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