Merge pull request #230026 from dylanmtaylor/gemfile-deprecation-warning-fix

chef-cli, inspec, serverspec: Fix Gemfile deprecation warnings
This commit is contained in:
Weijia Wang
2023-05-05 10:30:04 +03:00
committed by GitHub
3 changed files with 7 additions and 10 deletions
+2 -3
View File
@@ -1,3 +1,2 @@
source 'https://rubygems.org' do
gem "chef-cli"
end
source 'https://rubygems.org'
gem "chef-cli"
+3 -4
View File
@@ -1,4 +1,3 @@
source 'https://rubygems.org' do
gem "inspec"
gem "inspec-bin"
end
source 'https://rubygems.org'
gem "inspec"
gem "inspec-bin"
+2 -3
View File
@@ -1,3 +1,2 @@
source 'https://rubygems.org' do
gem 'serverspec'
end
source 'https://rubygems.org'
gem 'serverspec'