Skip to content

Commit 651cf3e

Browse files
Move private reader to private section
1 parent 6ccc6ba commit 651cf3e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

bundler/lib/bundler/definition.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,6 @@ def most_specific_locked_platform
476476
end
477477
end
478478

479-
attr_reader :sources
480-
private :sources
481-
482479
def nothing_changed?
483480
return false unless lockfile_exists?
484481

@@ -504,6 +501,8 @@ def unlocking?
504501

505502
private
506503

504+
attr_reader :sources
505+
507506
def should_add_extra_platforms?
508507
!lockfile_exists? && generic_local_platform_is_ruby? && !Bundler.settings[:force_ruby_platform]
509508
end

0 commit comments

Comments
 (0)