Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
cece91c6
Commit
cece91c6
authored
Oct 08, 2014
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Outdated] Fix crash that occurs every time pod outdated is run
Closes
https://github.com/CocoaPods/CocoaPods/issues/2624
.
parent
6ffab573
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
CHANGELOG.md
+9
-0
outdated.rb
lib/cocoapods/command/outdated.rb
+1
-1
No files found.
CHANGELOG.md
View file @
cece91c6
...
...
@@ -2,6 +2,15 @@
To install or update CocoaPods see this
[
guide
](
http://docs.cocoapods.org/guides/installing_cocoapods.html
)
.
## Master
##### Bug Fixes
*
Fixes a crash when running
`pod outdated`
.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#2624
](
https://github.com/CocoaPods/CocoaPods/issues/2624
)
## 0.34.2
##### Enhancements
...
...
lib/cocoapods/command/outdated.rb
View file @
cece91c6
...
...
@@ -98,7 +98,7 @@ module Pod
def
spec_sets
@spec_sets
||=
begin
aggregate
=
Source
::
Aggregate
.
new
(
analyzer
.
sources
)
aggregate
=
Source
::
Aggregate
.
new
(
analyzer
.
sources
.
map
(
&
:repo
)
)
installed_pods
.
map
do
|
pod_name
|
aggregate
.
search
(
Dependency
.
new
(
pod_name
))
end
.
compact
.
uniq
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment