From e394efff389f4289cb06bf193806935e9bdf76e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:38:57 +0000 Subject: [PATCH] chore(deps): update dependency realmswift to ~> 10.50.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index ee7a232..a9f5398 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.50.0' # FIXME https://github.com/RxSwiftCommunity/RxRealm/issues/201 pod 'RxRealm', :git => 'https://github.com/RxSwiftCommunity/RxRealm.git', :tag => 'v5.0.6'