diff --git a/Cartfile b/Cartfile index b974c6217..7e913d3c7 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 6.0.0 +github "ReactiveX/RxSwift" ~> 6.5.0 diff --git a/Package.swift b/Package.swift index c4a9143fb..6fe32530a 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( .library(name: "RIBs", targets: ["RIBs"]), ], dependencies: [ - .package(url: "https://github.com/ReactiveX/RxSwift", from: "6.0.0"), + .package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"), ], targets: [ .target( diff --git a/RIBs.podspec b/RIBs.podspec index b0c845c90..84b6d02bf 100644 --- a/RIBs.podspec +++ b/RIBs.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RIBs' - s.version = '0.9.3' + s.version = '0.16.3' s.summary = 'Uber\'s cross-platform mobile architecture.' s.description = <<-DESC RIBs is the cross-platform architecture behind many mobile apps at Uber. This architecture framework is designed for mobile apps with a large number of engineers and nested states. diff --git a/ios/tutorials/tutorial2/Podfile b/ios/tutorials/tutorial2/Podfile index d8c8d777e..b7269a905 100644 --- a/ios/tutorials/tutorial2/Podfile +++ b/ios/tutorials/tutorial2/Podfile @@ -6,7 +6,7 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end target 'TicTacToeTests' do diff --git a/ios/tutorials/tutorial3-completed/Podfile b/ios/tutorials/tutorial3-completed/Podfile index 980817e94..77c1f83a9 100644 --- a/ios/tutorials/tutorial3-completed/Podfile +++ b/ios/tutorials/tutorial3-completed/Podfile @@ -6,5 +6,5 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end diff --git a/ios/tutorials/tutorial3/Podfile b/ios/tutorials/tutorial3/Podfile index 980817e94..77c1f83a9 100644 --- a/ios/tutorials/tutorial3/Podfile +++ b/ios/tutorials/tutorial3/Podfile @@ -6,5 +6,5 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end diff --git a/ios/tutorials/tutorial4-completed/Podfile b/ios/tutorials/tutorial4-completed/Podfile index 980817e94..77c1f83a9 100644 --- a/ios/tutorials/tutorial4-completed/Podfile +++ b/ios/tutorials/tutorial4-completed/Podfile @@ -6,5 +6,5 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end diff --git a/ios/tutorials/tutorial4/Podfile b/ios/tutorials/tutorial4/Podfile index 980817e94..77c1f83a9 100644 --- a/ios/tutorials/tutorial4/Podfile +++ b/ios/tutorials/tutorial4/Podfile @@ -6,5 +6,5 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end