From 4d737f0132324a4cee19adbbdb85e08f2eca36cf Mon Sep 17 00:00:00 2001 From: Mohd Bilal <mdbilal@disroot.org> Date: Wed, 15 Mar 2023 16:23:16 +0000 Subject: [PATCH] Update dependency CFPropertyList to '~> 3.0.0' --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 15acea5383fa5..f2a3e7390f70d 100644 --- a/Gemfile +++ b/Gemfile @@ -587,7 +587,7 @@ gem 'cvss-suite', '~> 3.0.1', require: 'cvss_suite' gem 'arr-pm', '~> 0.0.12' # Apple plist parsing -gem 'CFPropertyList' +gem 'CFPropertyList', '~> 3.0.0' gem 'app_store_connect' # For phone verification diff --git a/Gemfile.lock b/Gemfile.lock index b4c561b9372d4..d6f52ad6834b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1596,7 +1596,7 @@ PLATFORMS ruby DEPENDENCIES - CFPropertyList + CFPropertyList (~> 3.0.0) RedCloth (~> 4.3.2) acme-client (~> 2.0) activerecord-explain-analyze (~> 0.1) -- GitLab