Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Add attr_reader for Definition#sources
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jul 11, 2010
1 parent ed89e44 commit 850f8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/definition.rb
Expand Up @@ -2,7 +2,7 @@

module Bundler
class Definition
attr_reader :dependencies, :platforms
attr_reader :dependencies, :platforms, :sources

def self.build(gemfile, lockfile, unlock)
unlock ||= {}
Expand Down

0 comments on commit 850f8d5

Please sign in to comment.