Skip to content

Commit

Permalink
(PE-36345) Relax CFPropertyList version
Browse files Browse the repository at this point in the history
In preperation for new ruby versions in PE relax the CFPropertyList
requirement so later versions can install
  • Loading branch information
mcdonaldseanp committed Jul 13, 2023
1 parent 6e3b063 commit 343b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "addressable", '~> 2.5'
spec.add_dependency "aws-sdk-ec2", '~> 1'
spec.add_dependency "CFPropertyList", "~> 2.2"
spec.add_dependency "CFPropertyList", ">= 2.2"
spec.add_dependency "concurrent-ruby", "~> 1.0", "< 1.2.0"
spec.add_dependency "ffi", ">= 1.9.25", "< 2.0.0"
spec.add_dependency "hiera-eyaml", "~> 3"
Expand Down

0 comments on commit 343b9c4

Please sign in to comment.