Skip to content

Commit

Permalink
considering most current minor releases of current major versions in …
Browse files Browse the repository at this point in the history
…dependencies
  • Loading branch information
mcsisink committed Oct 2, 2020
1 parent ca8eff6 commit 1fba837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Podfile
Expand Up @@ -7,12 +7,12 @@ use_frameworks!
target :GirdersSwift do
pod 'SwiftyBeaver', '~> 1.7'
pod 'PromiseKit', '~> 6.8'
pod 'KeychainAccess', '~> 3.2'
pod 'KeychainAccess', '~> 4.2'
end

target :UnitTest do
pod 'SwiftyBeaver', '~> 1.7'
pod 'OHHTTPStubs/Swift', '~> 7.0'
pod 'OHHTTPStubs/Swift', '~> 9.0'
end

post_install do |installer|
Expand Down

0 comments on commit 1fba837

Please sign in to comment.