Skip to content

Commit

Permalink
Forgot to remove arguments from the outdated_gems method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Oct 31, 2009
1 parent cf9c486 commit b7cf313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def gems
source_index.gems.values
end

def outdated_gems(sources)
def outdated_gems
source_index.outdated.sort
end

Expand Down

0 comments on commit b7cf313

Please sign in to comment.