Skip to content

Commit

Permalink
Merge pull request #54 from AckeeCZ/dependencies_update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
olejnjak authored Jun 23, 2021
2 parents edc7607 + 8ca29fd commit d8cebf9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ACKReactiveExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ACKReactiveExtensions'
s.version = '5.3.0'
s.version = '5.3.1'
s.summary = 'Useful extensions for ReactiveCocoa.'
s.description = <<-DESC
Use ReactiveCocoa with various iOS components.
Expand Down
2 changes: 1 addition & 1 deletion ACKReactiveExtensions/Realm/RealmExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public extension Reactive where Base: UIViewController, Base: RealmTableViewRelo

//MARK: PrimaryKeyEquatable

protocol PrimaryKeyEquatable: class {
protocol PrimaryKeyEquatable: AnyObject {
static func primaryKey() -> String?
subscript(key: String) -> Any? { get set }
}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

## master

## 5.3.1

- update dependencies (#54, kudos to @IgorRosocha)

## 5.3.0

- update dependencies, use Xcode 12.4 (#51, kudos to @olejnjak)
Expand Down
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "Alamofire/Alamofire" "4.9.1"
github "Alamofire/AlamofireImage" "3.6.0"
github "ReactiveCocoa/ReactiveCocoa" "11.2.0"
github "ReactiveCocoa/ReactiveCocoa" "11.2.1"
github "ReactiveCocoa/ReactiveSwift" "6.6.0"
github "realm/realm-cocoa" "v10.7.3"
github "realm/realm-cocoa" "v10.8.1"
github "utahiosmac/Marshal" "1.2.8"
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveCocoa",
"state": {
"branch": null,
"revision": "cca8bdc26d10a889b8bec3cc2167544df730953e",
"version": "11.1.0"
"revision": "376f98e9341bfe4daba01909d51acf47fde456d7",
"version": "11.2.1"
}
},
{
"package": "ReactiveSwift",
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift",
"state": {
"branch": null,
"revision": "e03cda84105ba707de039b757e2b2de868c65a3e",
"version": "6.5.0"
"revision": "4a8e1e4a683e96daf658f68132dae781738bc862",
"version": "6.6.0"
}
},
{
"package": "Realm",
"repositoryURL": "https://github.com/realm/realm-cocoa",
"state": {
"branch": null,
"revision": "44b9632b22240f0baa4b50964c5722e27094aea0",
"version": "10.6.0"
"revision": "827f9bf97f44e40fda8a750698f3e096734629ee",
"version": "10.8.1"
}
},
{
"package": "RealmDatabase",
"repositoryURL": "https://github.com/realm/realm-core",
"state": {
"branch": null,
"revision": "6431a4bc6530ec16731ef1c66b379cbef6da01f0",
"version": "10.5.0"
"revision": "d85d071cc25b6f64fabbbebbaaae20f367ef64ae",
"version": "11.0.3"
}
}
]
Expand Down

0 comments on commit d8cebf9

Please sign in to comment.