Skip to content

Commit 727fea8

Browse files
committed
Bump CFPropertyList to >= 3.0.6
CFPropertyList up until 3.0.6 used the File.exists? method, which was deprecated in Ruby 2.7 and removed entirely in Ruby 3.2. Because puppet-agent 8 vendors Ruby 3.2, this commit bumps CFPropertyList's dependency from ~> 2.2 to >= 3.0.6, < 4. See also: puppetlabs/puppet-runtime@0977603
1 parent fce49ba commit 727fea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ext/project_data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem_rdoc_options:
3636
gem_platform_dependencies:
3737
universal-darwin:
3838
gem_runtime_dependencies:
39-
CFPropertyList: '~> 2.2'
39+
CFPropertyList: ['>= 3.0.6', '< 4']
4040
x86-mingw32:
4141
gem_runtime_dependencies:
4242
ffi: '1.15.5'

0 commit comments

Comments
 (0)