Commit 30f26d07 authored by Dylan M. Taylor's avatar Dylan M. Taylor
Browse files

chef-cli, inspec, serverspec: Fix Gemfile deprecation warnings

This resolves the following warning in these packages:

[DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org".
parent ae55ff1d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
source 'https://rubygems.org' do
source 'https://rubygems.org'
gem "chef-cli"
end
+3 −4
Original line number Diff line number Diff line
source 'https://rubygems.org' do
source 'https://rubygems.org'
gem "inspec"
gem "inspec-bin"
end
+2 −3
Original line number Diff line number Diff line
source 'https://rubygems.org' do
source 'https://rubygems.org'
gem 'serverspec'
end