Skip to content

Commit

Permalink
Update project dependencies (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Feb 1, 2019
1 parent ff110f7 commit 8f09910
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- iOSSnapshotTestCase (4.0.1):
- iOSSnapshotTestCase/SwiftSupport (= 4.0.1)
- iOSSnapshotTestCase/Core (4.0.1)
- iOSSnapshotTestCase/SwiftSupport (4.0.1):
- iOSSnapshotTestCase (5.0.2):
- iOSSnapshotTestCase/SwiftSupport (= 5.0.2)
- iOSSnapshotTestCase/Core (5.0.2)
- iOSSnapshotTestCase/SwiftSupport (5.0.2):
- iOSSnapshotTestCase/Core
- JJFloatingActionButton (1.1.0)
- Nimble (7.3.1)
- Nimble-Snapshots (6.9.0):
- Nimble-Snapshots/Core (= 6.9.0)
- Nimble-Snapshots/Core (6.9.0):
- iOSSnapshotTestCase (~> 4.0)
- Nimble (7.3.3)
- Nimble-Snapshots (6.9.1):
- Nimble-Snapshots/Core (= 6.9.1)
- Nimble-Snapshots/Core (6.9.1):
- iOSSnapshotTestCase (~> 5.0)
- Nimble (~> 7.0)
- Quick (1.3.2)
- Quick (1.3.4)

DEPENDENCIES:
- JJFloatingActionButton (from `../`)
Expand All @@ -31,11 +31,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44
iOSSnapshotTestCase: 2d51aa06775e95cecb0a1fb9c5c159ccd1dd4596
JJFloatingActionButton: 22dbc6d46be82b4ded04c443f5b3ca6aea337de4
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
Nimble-Snapshots: 79394f8d0aea3df54bd5ff78ee9dff05a523a09c
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
Nimble: 3b434b1e7d0a92603a13550a82880b0d952f518e
Nimble-Snapshots: bbd1ab264bacc24a9ce24a8363bc05aac783aeb0
Quick: f4f7f063c524394c73ed93ac70983c609805d481

PODFILE CHECKSUM: 8c19971bc03b1102942bae8dc764247c0986032d

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/realm/jazzy
revision: 59fd12d9fa172f273fc6370b0a8d7426260f9c60
revision: 11742ed318b7e6c80834e87b4c178784533d216c
branch: master
specs:
jazzy (0.9.4)
jazzy (0.9.5)
cocoapods (~> 1.5.3)
mustache (~> 1.1.0)
open4
Expand Down Expand Up @@ -56,20 +56,20 @@ GEM
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-stats (1.1.0)
cocoapods-trunk (1.3.1)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored2 (3.1.2)
colorize (0.8.1)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.4)
escape (0.0.4)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
ffi (1.9.25)
ffi (1.10.0)
fileutils (1.1.0)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
Expand Down Expand Up @@ -98,10 +98,10 @@ GEM
open4 (1.3.4)
public_suffix (3.0.3)
rainbow (3.0.0)
rake (12.3.1)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
redcarpet (3.4.0)
retriable (2.1.0)
rouge (2.0.7)
Expand All @@ -124,7 +124,7 @@ GEM
thread_safe (~> 0.1)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.7.0)
xcodeproj (1.8.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand All @@ -149,4 +149,4 @@ DEPENDENCIES
xcpretty!

BUNDLED WITH
1.17.1
1.17.3

0 comments on commit 8f09910

Please sign in to comment.