Skip to content

Commit

Permalink
Merge pull request #887 from franklinyu/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
uranusjr authored Jan 6, 2018
2 parents cebdfbc + 8fdc46a commit 2f0a3c1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 40 deletions.
73 changes: 37 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
activesupport (4.2.8)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
backports (3.6.8)
claide (1.0.1)
cocoapods (1.2.0)
backports (3.10.3)
claide (1.0.2)
cocoapods (1.3.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0)
cocoapods-core (= 1.2.0)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.3.1)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.1.2, < 2.0)
cocoapods-trunk (>= 1.2.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored (~> 1.2)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.5.5)
molinillo (~> 0.5.7)
nap (~> 1.0)
ruby-macho (~> 0.2.5)
xcodeproj (>= 1.4.1, < 2.0)
cocoapods-core (1.2.0)
activesupport (>= 4.0.2, < 5)
ruby-macho (~> 1.1)
xcodeproj (>= 1.5.1, < 2.0)
cocoapods-core (1.3.1)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.1)
Expand All @@ -39,22 +39,23 @@ GEM
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.1.2)
cocoapods-trunk (1.3.0)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored (1.2)
colored2 (3.1.2)
concurrent-ruby (1.0.5)
escape (0.0.4)
ethon (0.10.1)
ethon (0.11.0)
ffi (>= 1.3.0)
faraday (0.11.0)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.11.0.1)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.17)
ffi (1.9.18)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh (0.15.0)
gh (0.15.1)
addressable (~> 2.4.0)
backports
faraday (~> 0.8)
Expand All @@ -63,25 +64,26 @@ GEM
net-http-pipeline
gh_inspector (1.0.3)
highline (1.7.8)
i18n (0.8.1)
json (2.0.3)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
json (2.1.0)
launchy (2.4.3)
addressable (~> 2.3)
minitest (5.10.1)
molinillo (0.5.6)
multi_json (1.12.1)
minitest (5.10.3)
molinillo (0.5.7)
multi_json (1.12.2)
multipart-post (2.0.0)
nanaimo (0.2.3)
nap (1.1.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
netrc (0.7.8)
netrc (0.11.0)
pusher-client (0.6.2)
json
websocket (~> 1.0)
ruby-macho (0.2.6)
ruby-macho (1.1.0)
thread_safe (0.3.6)
travis (1.8.6)
travis (1.8.8)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
Expand All @@ -92,14 +94,13 @@ GEM
typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
tzinfo (1.2.4)
thread_safe (~> 0.1)
websocket (1.2.4)
xcodeproj (1.4.2)
websocket (1.2.5)
xcodeproj (1.5.3)
CFPropertyList (~> 2.3.3)
activesupport (>= 3)
claide (>= 1.0.1, < 2.0)
colored (~> 1.2)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.3)

PLATFORMS
Expand All @@ -110,4 +111,4 @@ DEPENDENCIES
travis (~> 1.8, >= 1.8.6)

BUNDLED WITH
1.13.7
1.16.0
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
platform :osx, "10.8"

source 'https://github.com/MacDownApp/cocoapods-specs.git'
source 'https://github.com/CocoaPods/Specs.git'
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- M13OrderedDictionary (1.1.0)
- MASPreferences (1.1.4)
- PAPreferences (0.5)
- Sparkle (1.13.1)
- Sparkle (1.18.1)

DEPENDENCIES:
- GBCli (~> 1.1)
Expand All @@ -31,8 +31,8 @@ SPEC CHECKSUMS:
M13OrderedDictionary: 6e157fe9c82aa6b3cd7198f5c5c30c7a6834c4a6
MASPreferences: 7bdcfe891d7840453cf48f95fa866c3e152ace7a
PAPreferences: 9f0ffb1e67174a0df001af9d3320166ceb9ee6f5
Sparkle: 2fbd47b869621d1e679c7554e3e19dda02104818
Sparkle: 06ea33170007c5937ee54da481b4481af98fac79

PODFILE CHECKSUM: 29335f52cc7271402c3f8219aca835cd28c86a61
PODFILE CHECKSUM: 5b642b155fad967ed7a1add662c075d71f8e304e

COCOAPODS: 1.2.0

0 comments on commit 2f0a3c1

Please sign in to comment.