Skip to content

Commit

Permalink
Merge pull request #2199 from kimdv/master
Browse files Browse the repository at this point in the history
Updated to use Realm version 2.4.3
  • Loading branch information
pmairoldi authored Mar 26, 2017
2 parents 63e17ca + a069ab5 commit f85a8e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "realm/realm-cocoa" ~> 2.1.1
github "realm/realm-cocoa" ~> 2.4.3
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "facebook/ios-snapshot-test-case" "da629211c17a4c507e2e866e8a19ed3122af770b"
github "realm/realm-cocoa" "v2.1.1"
github "realm/realm-cocoa" "v2.4.3"
2 changes: 1 addition & 1 deletion Charts.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.subspec "Realm" do |ss|
ss.source_files = "Source/ChartsRealm/**/*.swift"
ss.dependency "Charts/Core"
ss.dependency "RealmSwift", "~> 2.1.1"
ss.dependency "RealmSwift", "~> 2.4.3"
end
end

0 comments on commit f85a8e0

Please sign in to comment.