Skip to content

Commit d9d53ab

Browse files
committed
Specify RxCocoa to 4.x for tests
1 parent e267092 commit d9d53ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/change_podfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def addSwiftPod():
5353
"""
5454
keep_source_code_for_prebuilt_frameworks!
5555
56-
pod "RxCocoa", :binary => true
56+
pod "RxCocoa", "~> 4.0", :binary => true
5757
pod "Literal", :binary => true
5858
"""),
5959
"""
@@ -70,7 +70,7 @@ def revertToSourceCode():
7070
"""
7171
keep_source_code_for_prebuilt_frameworks!
7272
73-
pod "RxCocoa", :binary => true
73+
pod "RxCocoa", "~> 4.0", :binary => true
7474
pod "Literal"
7575
"""),
7676
"""

0 commit comments

Comments
 (0)