Skip to content

Commit d126a23

Browse files
renovate[bot]silug
authored andcommitted
Update dependency CFPropertyList to '< 3.0.9'
1 parent c7e1939 commit d126a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/profile/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ group :development, :release_prep do
3838
gem "puppet-blacksmith", '~> 9.0', require: false
3939
end
4040
group :system_tests do
41-
gem "CFPropertyList", '< 3.0.8', require: false, platforms: [:mswin, :mingw, :x64_mingw]
41+
gem "CFPropertyList", '< 3.0.9', require: false, platforms: [:mswin, :mingw, :x64_mingw]
4242
gem "serverspec", '~> 2.41', require: false
4343
end
4444

site/role/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ group :development, :release_prep do
3838
gem "puppet-blacksmith", '~> 9.0', require: false
3939
end
4040
group :system_tests do
41-
gem "CFPropertyList", '< 3.0.8', require: false, platforms: [:mswin, :mingw, :x64_mingw]
41+
gem "CFPropertyList", '< 3.0.9', require: false, platforms: [:mswin, :mingw, :x64_mingw]
4242
gem "serverspec", '~> 2.41', require: false
4343
end
4444

0 commit comments

Comments
 (0)