[rubygems/rubygems] Move private reader to private section
https://github.com/rubygems/rubygems/commit/651cf3ea7a
This commit is contained in:
parent
2985770b05
commit
7d97dde2e2
@ -476,9 +476,6 @@ module Bundler
|
||||
end
|
||||
end
|
||||
|
||||
attr_reader :sources
|
||||
private :sources
|
||||
|
||||
def nothing_changed?
|
||||
return false unless lockfile_exists?
|
||||
|
||||
@ -504,6 +501,8 @@ module Bundler
|
||||
|
||||
private
|
||||
|
||||
attr_reader :sources
|
||||
|
||||
def should_add_extra_platforms?
|
||||
!lockfile_exists? && generic_local_platform_is_ruby? && !Bundler.settings[:force_ruby_platform]
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user