# Copyright © 2024 Nevis Security AG. All rights reserved.

source "https://rubygems.org"

# CFPropertyList 3.0.8 contains a bug that breaks CocoaPods installation, see: https://github.com/ckruse/CFPropertyList/issues/74.
# However this is fixed in version 3.0.9, that cannot be used due to dependency issues with other gems.
gem "CFPropertyList", "< 3.0.8"
gem "cocoapods", "~> 1.16"
