From 063912267d46d1cfca320cc72722fc6724442f1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:10:22 +0000 Subject: [PATCH] chore(deps): update dependency realmswift to ~> 10.54.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index ee7a232..6d58258 100644 --- a/Podfile +++ b/Podfile @@ -8,7 +8,7 @@ target 'PhDownloader' do pod 'RxRelay', '~> 6.5' pod 'Realm', '~> 10.40.1', :modular_headers => true - pod 'RealmSwift', '~> 10.40.1' + pod 'RealmSwift', '~> 10.54.0' # FIXME https://github.com/RxSwiftCommunity/RxRealm/issues/201 pod 'RxRealm', :git => 'https://github.com/RxSwiftCommunity/RxRealm.git', :tag => 'v5.0.6'