Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Quick to ~> 7.4.0 #1928

Merged
merged 2 commits into from
Jan 30, 2024
Merged
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 Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end

target 'godtoolsTests' do

pod 'Quick', '~> 7.3.0'
pod 'Quick', '~> 7.4.0'
pod 'Nimble', '~> 13.0.0'

shared_pods
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PODS:
- GodToolsShared (0.9.2)
- GoogleConversionTracking (3.4.0)
- Nimble (13.0.0)
- Quick (7.3.0)
- Quick (7.4.0)

DEPENDENCIES:
- GodToolsShared (= 0.9.2)
- GoogleConversionTracking (~> 3.4.0)
- Nimble (~> 13.0.0)
- Quick (~> 7.3.0)
- Quick (~> 7.4.0)

SPEC REPOS:
https://github.com/CruGlobal/cocoapods-specs.git:
Expand All @@ -22,8 +22,8 @@ SPEC CHECKSUMS:
GodToolsShared: fc7049acf70185eef94ad5c955b4e1cd22cc70a3
GoogleConversionTracking: ca8c89abda2bd28bb6472b316eeb4ece9264e279
Nimble: 97d90931cca412a23224ff29e258809f75c258f7
Quick: d32871931c05547cb4e0bc9009d66a18b50d8558
Quick: d0f6d66a9342b1ffe5f161a81a662a4dbfe74692

PODFILE CHECKSUM: 08718beb4400d7bf5f6885e762603bbc80633d9f
PODFILE CHECKSUM: f06f4f3512b544be0021d4c357a169c9971d6291

COCOAPODS: 1.14.3
COCOAPODS: 1.15.0
Loading