From 6a3eaa01365ceea9d3e74cb3474234cf01a70619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:44:11 +0000 Subject: [PATCH] chore(deps): update dependency realmswift to ~> 10.49.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index ee7a232..d5fe868 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.49.0' # FIXME https://github.com/RxSwiftCommunity/RxRealm/issues/201 pod 'RxRealm', :git => 'https://github.com/RxSwiftCommunity/RxRealm.git', :tag => 'v5.0.6'