Skip to content

Commit

Permalink
Added dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Niedertscheider committed Mar 23, 2020
1 parent 1fdcdf6 commit 6f5d73e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Nimble (8.0.5)
- Quick (2.2.0)
- SwiftLint (0.39.1)
- TPPDF (1.5.4):
- TPPDF (1.6.0):
- SwiftLint

DEPENDENCIES:
Expand All @@ -24,7 +24,7 @@ SPEC CHECKSUMS:
Nimble: 4ab1aeb9b45553c75b9687196b0fa0713170a332
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
SwiftLint: 55e96a4a4d537d4a3156859fc1c54bd24851a046
TPPDF: c2ef72ea7832ab119c25fe21a4b02b143cd8559a
TPPDF: 271b0c08c7ee8b7cb4839c850af8591e6abc746d

PODFILE CHECKSUM: 60d568ec70654ff80bb88db361c460c1ab610be5

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/TPPDF/TPPDF-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 20 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ GEM
atomos (0.1.3)
claide (1.0.3)
clamp (1.3.1)
cocoapods (1.8.4)
cocoapods (1.9.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.8.4)
cocoapods-core (= 1.9.1)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -31,13 +31,15 @@ GEM
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.11.1, < 2.0)
cocoapods-core (1.8.4)
xcodeproj (>= 1.14.0, < 2.0)
cocoapods-core (1.9.1)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.3.0)
cocoapods-plugins (1.0.0)
Expand All @@ -49,16 +51,18 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
escape (0.0.4)
ffi (1.11.3)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.12.2)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jazzy (0.13.0)
jazzy (0.13.1)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand All @@ -70,17 +74,17 @@ GEM
json (2.3.0)
liferaft (0.0.6)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.0)
molinillo (0.6.6)
mustache (1.1.1)
nanaimo (0.2.6)
nap (1.1.0)
netrc (0.11.0)
nokogiri (1.10.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
open4 (1.3.4)
redcarpet (3.5.0)
rouge (3.14.0)
rouge (3.17.0)
ruby-macho (1.4.0)
sassc (2.2.1)
ffi (~> 1.9)
Expand All @@ -90,13 +94,15 @@ GEM
clamp (~> 1.3)
nokogiri (~> 1.8)
xcodeproj (~> 1.7)
sqlite3 (1.4.1)
sqlite3 (1.4.2)
thread_safe (0.3.6)
tzinfo (1.2.5)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.6)
thread_safe (~> 0.1)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.14.0)
xcodeproj (1.15.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand All @@ -112,4 +118,4 @@ DEPENDENCIES
slather

BUNDLED WITH
2.0.2
2.1.4

0 comments on commit 6f5d73e

Please sign in to comment.