Skip to content

Commit 6f5d73e

Browse files
author
Philip Niedertscheider
committed
Added dependency updates
1 parent 1fdcdf6 commit 6f5d73e

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Nimble (8.0.5)
33
- Quick (2.2.0)
44
- SwiftLint (0.39.1)
5-
- TPPDF (1.5.4):
5+
- TPPDF (1.6.0):
66
- SwiftLint
77

88
DEPENDENCIES:
@@ -24,7 +24,7 @@ SPEC CHECKSUMS:
2424
Nimble: 4ab1aeb9b45553c75b9687196b0fa0713170a332
2525
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
2626
SwiftLint: 55e96a4a4d537d4a3156859fc1c54bd24851a046
27-
TPPDF: c2ef72ea7832ab119c25fe21a4b02b143cd8559a
27+
TPPDF: 271b0c08c7ee8b7cb4839c850af8591e6abc746d
2828

2929
PODFILE CHECKSUM: 60d568ec70654ff80bb88db361c460c1ab610be5
3030

Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/TPPDF/TPPDF-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile.lock

+20-14
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ GEM
1313
atomos (0.1.3)
1414
claide (1.0.3)
1515
clamp (1.3.1)
16-
cocoapods (1.8.4)
16+
cocoapods (1.9.1)
1717
activesupport (>= 4.0.2, < 5)
1818
claide (>= 1.0.2, < 2.0)
19-
cocoapods-core (= 1.8.4)
19+
cocoapods-core (= 1.9.1)
2020
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2121
cocoapods-downloader (>= 1.2.2, < 2.0)
2222
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,13 +31,15 @@ GEM
3131
molinillo (~> 0.6.6)
3232
nap (~> 1.0)
3333
ruby-macho (~> 1.4)
34-
xcodeproj (>= 1.11.1, < 2.0)
35-
cocoapods-core (1.8.4)
34+
xcodeproj (>= 1.14.0, < 2.0)
35+
cocoapods-core (1.9.1)
3636
activesupport (>= 4.0.2, < 6)
3737
algoliasearch (~> 1.0)
3838
concurrent-ruby (~> 1.1)
3939
fuzzy_match (~> 2.0.4)
4040
nap (~> 1.0)
41+
netrc (~> 0.11)
42+
typhoeus (~> 1.0)
4143
cocoapods-deintegrate (1.0.4)
4244
cocoapods-downloader (1.3.0)
4345
cocoapods-plugins (1.0.0)
@@ -49,16 +51,18 @@ GEM
4951
netrc (~> 0.11)
5052
cocoapods-try (1.1.0)
5153
colored2 (3.1.2)
52-
concurrent-ruby (1.1.5)
54+
concurrent-ruby (1.1.6)
5355
escape (0.0.4)
54-
ffi (1.11.3)
56+
ethon (0.12.0)
57+
ffi (>= 1.3.0)
58+
ffi (1.12.2)
5559
fourflusher (2.3.1)
5660
fuzzy_match (2.0.4)
5761
gh_inspector (1.1.3)
5862
httpclient (2.8.3)
5963
i18n (0.9.5)
6064
concurrent-ruby (~> 1.0)
61-
jazzy (0.13.0)
65+
jazzy (0.13.1)
6266
cocoapods (~> 1.5)
6367
mustache (~> 1.1)
6468
open4
@@ -70,17 +74,17 @@ GEM
7074
json (2.3.0)
7175
liferaft (0.0.6)
7276
mini_portile2 (2.4.0)
73-
minitest (5.13.0)
77+
minitest (5.14.0)
7478
molinillo (0.6.6)
7579
mustache (1.1.1)
7680
nanaimo (0.2.6)
7781
nap (1.1.0)
7882
netrc (0.11.0)
79-
nokogiri (1.10.7)
83+
nokogiri (1.10.9)
8084
mini_portile2 (~> 2.4.0)
8185
open4 (1.3.4)
8286
redcarpet (3.5.0)
83-
rouge (3.14.0)
87+
rouge (3.17.0)
8488
ruby-macho (1.4.0)
8589
sassc (2.2.1)
8690
ffi (~> 1.9)
@@ -90,13 +94,15 @@ GEM
9094
clamp (~> 1.3)
9195
nokogiri (~> 1.8)
9296
xcodeproj (~> 1.7)
93-
sqlite3 (1.4.1)
97+
sqlite3 (1.4.2)
9498
thread_safe (0.3.6)
95-
tzinfo (1.2.5)
99+
typhoeus (1.3.1)
100+
ethon (>= 0.9.0)
101+
tzinfo (1.2.6)
96102
thread_safe (~> 0.1)
97103
xcinvoke (0.3.0)
98104
liferaft (~> 0.0.6)
99-
xcodeproj (1.14.0)
105+
xcodeproj (1.15.0)
100106
CFPropertyList (>= 2.3.3, < 4.0)
101107
atomos (~> 0.1.3)
102108
claide (>= 1.0.2, < 2.0)
@@ -112,4 +118,4 @@ DEPENDENCIES
112118
slather
113119

114120
BUNDLED WITH
115-
2.0.2
121+
2.1.4

0 commit comments

Comments
 (0)