Skip to content

Commit

Permalink
Updates CocoaPods to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Oct 20, 2016
1 parent 0ffb350 commit 5618f68
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 44 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ source 'https://rubygems.org'

gem 'xcpretty'

gem 'cocoapods', git: 'https://github.com/CocoaPods/CocoaPods.git', branch: 'master'
gem 'cocoapods-core', git: 'https://github.com/CocoaPods/Core.git', branch: 'master'
gem 'cocoapods'
gem 'rake'
gem 'octokit', '~> 4.3'

Expand Down
71 changes: 29 additions & 42 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,59 +1,47 @@
GIT
remote: https://github.com/CocoaPods/CocoaPods.git
revision: 60c97e39892548096257f05ba39c4cc686dc4fa0
branch: master
GEM
remote: https://rubygems.org/
specs:
cocoapods (1.1.0.rc.2)
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
claide (1.0.1)
claide-plugins (0.9.1)
cork
nap
open4 (~> 1.3)
cocoapods (1.1.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.0, < 2.0)
cocoapods-core (= 1.1.0.rc.2)
claide (>= 1.0.1, < 2.0)
cocoapods-core (= 1.1.1)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.1, < 2.0)
cocoapods-downloader (>= 1.1.2, < 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.0.0, < 2.0)
cocoapods-trunk (>= 1.1.1, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored (~> 1.2)
escape (~> 0.0.4)
fourflusher (~> 1.0.1)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.5.1)
nap (~> 1.0)
xcodeproj (>= 1.3.1, < 2.0)

GIT
remote: https://github.com/CocoaPods/Core.git
revision: fc8c258d0bce73e091f09de260a1a65bed3482a1
branch: master
specs:
cocoapods-core (1.1.0.rc.2)
xcodeproj (>= 1.3.3, < 2.0)
cocoapods-core (1.1.1)
activesupport (>= 4.0.2, < 5)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
claide (1.0.0)
claide-plugins (0.9.1)
cork
nap
open4 (~> 1.3)
cocoapods-deintegrate (1.0.1)
cocoapods-downloader (1.1.1)
cocoapods-downloader (1.1.2)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.0.0)
cocoapods-trunk (1.1.1)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
cocoapods-try (1.1.0)
Expand All @@ -79,7 +67,7 @@ GEM
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
fourflusher (1.0.1)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.0.2)
git (1.3.0)
Expand All @@ -92,7 +80,7 @@ GEM
i18n (0.7.0)
json (1.8.3)
kramdown (1.12.0)
minitest (5.9.0)
minitest (5.9.1)
molinillo (0.5.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
Expand All @@ -112,9 +100,9 @@ GEM
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.1.1)
xcodeproj (1.3.1)
xcodeproj (1.3.3)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
claide (>= 1.0.1, < 2.0)
colored (~> 1.2)
xcpretty (0.2.2)
rouge (~> 1.8)
Expand All @@ -123,8 +111,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods!
cocoapods-core!
cocoapods
danger
danger-swiftlint
octokit (~> 4.3)
Expand Down

0 comments on commit 5618f68

Please sign in to comment.