From 4b66cf996dc1b89efeee9d4c81498bd2d8d61330 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Wed, 4 Jul 2018 14:14:55 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20cocoaseeds,=20=E2=9E=95=20cocoapods?= =?UTF-8?q?=20(1.5.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 8 ++++-- Gemfile.lock | 79 ++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 70 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index e99d81d..0f01ab7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,10 @@ -# A sample Gemfile +# +# Gemfile +# mas-cli +# + source "https://rubygems.org" -gem "cocoaseeds" +gem "cocoapods" gem "danger" gem "xcpretty" diff --git a/Gemfile.lock b/Gemfile.lock index 325f183..3b36826 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,12 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (2.3.6) + CFPropertyList (3.0.0) + activesupport (4.2.10) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) atomos (0.1.2) @@ -10,13 +15,44 @@ GEM cork nap open4 (~> 1.3) - cocoaseeds (0.8.3) + cocoapods (1.5.3) + activesupport (>= 4.0.2, < 5) + claide (>= 1.0.2, < 2.0) + cocoapods-core (= 1.5.3) + cocoapods-deintegrate (>= 1.0.2, < 2.0) + cocoapods-downloader (>= 1.2.0, < 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.3.0, < 2.0) + cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) - xcodeproj (>= 0.28) + escape (~> 0.0.4) + fourflusher (~> 2.0.1) + gh_inspector (~> 1.0) + molinillo (~> 0.6.5) + nap (~> 1.0) + ruby-macho (~> 1.1) + xcodeproj (>= 1.5.7, < 2.0) + cocoapods-core (1.5.3) + activesupport (>= 4.0.2, < 6) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + cocoapods-deintegrate (1.0.2) + cocoapods-downloader (1.2.1) + cocoapods-plugins (1.0.0) + nap + cocoapods-search (1.0.0) + cocoapods-stats (1.0.0) + cocoapods-trunk (1.3.0) + nap (>= 0.8, < 2.0) + netrc (~> 0.11) + cocoapods-try (1.1.0) colored2 (3.1.2) + concurrent-ruby (1.0.5) cork (0.3.0) colored2 (~> 3.1) - danger (5.5.10) + danger (5.6.2) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -28,33 +64,46 @@ GEM no_proxy_fix octokit (~> 4.7) terminal-table (~> 1) - faraday (0.14.0) + escape (0.0.4) + faraday (0.15.2) multipart-post (>= 1.2, < 3) faraday-http-cache (1.3.1) faraday (~> 0.8) - git (1.3.0) - kramdown (1.16.2) + fourflusher (2.0.1) + fuzzy_match (2.0.4) + gh_inspector (1.1.3) + git (1.4.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + kramdown (1.17.0) + minitest (5.11.3) + molinillo (0.6.5) multipart-post (2.0.0) - nanaimo (0.2.3) + nanaimo (0.2.6) nap (1.1.0) + netrc (0.11.0) no_proxy_fix (0.1.2) - octokit (4.8.0) + octokit (4.9.0) sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) public_suffix (3.0.2) rouge (2.0.7) + ruby-macho (1.2.0) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.3.0) - xcodeproj (1.5.6) - CFPropertyList (~> 2.3.3) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) + unicode-display_width (1.4.0) + xcodeproj (1.5.9) + CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.2) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) - nanaimo (~> 0.2.3) + nanaimo (~> 0.2.5) xcpretty (0.2.8) rouge (~> 2.0.7) @@ -62,9 +111,9 @@ PLATFORMS ruby DEPENDENCIES - cocoaseeds + cocoapods danger xcpretty BUNDLED WITH - 1.16.1 + 1.16.2