Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update travis to use CocoaPods 1.4.0 #692

Merged
merged 1 commit into from
Jan 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GIT
remote: https://github.com/CocoaPods/CocoaPods.git
revision: 88276c47b6b57f423f9ded45e0df29c53cadc71d
revision: df6872de04fd1808fde71c824530e3a784e6a2d2
specs:
cocoapods (1.4.0.rc.1)
cocoapods (1.4.0)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.4.0.rc.1)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-core (= 1.4.0)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
Expand All @@ -24,19 +24,20 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 33299ada83b98e1c7ec117f4d4d67055b2247a19
revision: b4fb2f193897c789c094d126ebca91034edc261d
specs:
cocoapods-core (1.4.0.rc.1)
cocoapods-core (1.4.0)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 976144e24bd68a7f34fbfeeeb6b408cfda247fdd
revision: 531d8aa8ab4805c84f5e0fe94181ae3995430d05
specs:
xcodeproj (1.5.4)
CFPropertyList (~> 2.3.3)
atomos (~> 0.1.0)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.3)
Expand All @@ -50,8 +51,9 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
atomos (0.1.0)
claide (1.0.2)
cocoapods-deintegrate (1.0.1)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.1.3)
cocoapods-plugins (1.0.0)
nap
Expand All @@ -67,7 +69,7 @@ GEM
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
i18n (0.9.1)
i18n (0.9.3)
concurrent-ruby (~> 1.0)
minitest (5.11.1)
molinillo (0.6.4)
Expand Down