Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" ~> 6.0.0
github "ReactiveX/RxSwift" ~> 6.5.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion RIBs.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ios/tutorials/tutorial2/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/tutorials/tutorial3-completed/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ios/tutorials/tutorial3/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ios/tutorials/tutorial4-completed/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ios/tutorials/tutorial4/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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