Skip to content

Commit 800c91c

Browse files
committed
Update Nimble to 8.0.2
1 parent 858b15a commit 800c91c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ workspace "QuickTableViewController"
44
project "QuickTableViewController"
55

66
def testing_frameworks
7-
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v8.0.1", inhibit_warnings: true
7+
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v8.0.2", inhibit_warnings: true
88
pod "Quick", git: "https://github.com/Quick/Quick.git", tag: "v2.1.0", inhibit_warnings: true
99
end
1010

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PODS:
2-
- Nimble (8.0.1)
2+
- Nimble (8.0.2)
33
- Quick (2.1.0)
44
- SwiftLint (0.32.0)
55

66
DEPENDENCIES:
7-
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v8.0.1`)
7+
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v8.0.2`)
88
- Quick (from `https://github.com/Quick/Quick.git`, tag `v2.1.0`)
99
- SwiftLint (from `https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.32.0/SwiftLint.podspec.json`)
1010

1111
EXTERNAL SOURCES:
1212
Nimble:
1313
:git: https://github.com/Quick/Nimble.git
14-
:tag: v8.0.1
14+
:tag: v8.0.2
1515
Quick:
1616
:git: https://github.com/Quick/Quick.git
1717
:tag: v2.1.0
@@ -21,16 +21,16 @@ EXTERNAL SOURCES:
2121
CHECKOUT OPTIONS:
2222
Nimble:
2323
:git: https://github.com/Quick/Nimble.git
24-
:tag: v8.0.1
24+
:tag: v8.0.2
2525
Quick:
2626
:git: https://github.com/Quick/Quick.git
2727
:tag: v2.1.0
2828

2929
SPEC CHECKSUMS:
30-
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
30+
Nimble: e26a10816834aa42b84764ce52c1c70076bda635
3131
Quick: 23a744168f4013d04a230e6ddfa61ce006e10012
3232
SwiftLint: 009a898ef2a1c851f45e1b59349bf6ff2ddc990d
3333

34-
PODFILE CHECKSUM: 33806b0d4f985ff20a8ec274be07de3512fdc670
34+
PODFILE CHECKSUM: bab0ca3fdb9dcc1bd8a76c803fb5e73ab0926aac
3535

3636
COCOAPODS: 1.7.0

0 commit comments

Comments
 (0)