Skip to content

Commit

Permalink
Bump CFPropertyList to >= 3.0.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mhashizume committed Apr 8, 2024
1 parent fce49ba commit 727fea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/project_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem_rdoc_options:
gem_platform_dependencies:
universal-darwin:
gem_runtime_dependencies:
CFPropertyList: '~> 2.2'
CFPropertyList: ['>= 3.0.6', '< 4']
x86-mingw32:
gem_runtime_dependencies:
ffi: '1.15.5'
Expand Down

0 comments on commit 727fea8

Please sign in to comment.