Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit cee2bdb

Browse files
Update ReactiveSwift to 3.1 and ReactiveCocoa to 7.1
1 parent 447f7b5 commit cee2bdb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22
cache: cocoapods
3-
osx_image: xcode8.3
3+
osx_image: xcode9.3
44
before_install:
55
- brew uninstall carthage
66
- HOMEBREW_NO_AUTO_UPDATE=1 brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/6ae4f69a652fb0ecb102b0c9216378679a4f1b92/Formula/carthage.rb # 0.22.0

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "ReactiveCocoa/ReactiveSwift" ~> 2.0
2-
github "ReactiveCocoa/ReactiveCocoa" ~> 6.0
1+
github "ReactiveCocoa/ReactiveSwift" ~> 3.1
2+
github "ReactiveCocoa/ReactiveCocoa" ~> 7.1

Cartfile.resolved

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
github "Quick/Nimble" "v7.0.1"
2-
github "Quick/Quick" "v1.1.0"
3-
github "ReactiveCocoa/ReactiveCocoa" "6.0.0"
4-
github "ReactiveCocoa/ReactiveSwift" "2.0.0"
5-
github "antitypical/Result" "3.2.3"
1+
github "Quick/Nimble" "v7.1.1"
2+
github "Quick/Quick" "v1.2.0"
3+
github "ReactiveCocoa/ReactiveCocoa" "7.2.0"
4+
github "ReactiveCocoa/ReactiveSwift" "3.1.0"
5+
github "antitypical/Result" "3.2.4"
66
github "jspahrsummers/xcconfigs" "0.10"

0 commit comments

Comments
 (0)