aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-23 09:41:07 -0700
committerAndre Arko <andre@arko.net>2010-04-23 09:41:07 -0700
commit2aacaa4d1cf8ee8387e31d0511c89454466b07b7 (patch)
tree7944528b663072e691e4f2093ee2c221d2cb67ea /lib
parent5931995a508ea367dce64fe8c485c2b3aa72b72e (diff)
downloadbundler-2aacaa4d1cf8ee8387e31d0511c89454466b07b7.tar.gz
Fix method redefinition warning
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source.rb b/lib/bundler/source.rb
index 22d2688b..b12a573f 100644
--- a/lib/bundler/source.rb
+++ b/lib/bundler/source.rb
@@ -7,7 +7,7 @@ require "open3"
module Bundler
module Source
class Rubygems
- attr_reader :remotes, :options
+ attr_reader :remotes
def initialize(options = {})
@options = options