Skip to content

Commit 08ebcf2

Browse files
hsbtclaude
andcommitted
Track the shipped RubyGems SecureRandom in the file invariant
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 295cdfb commit 08ebcf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/support/path.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def git_ls_files(glob)
345345
end
346346

347347
def tracked_files_glob
348-
ruby_core? ? "libexec/bundle* lib/bundler lib/bundler.rb lib/rubygems/vendor/uri spec/bundler man/bundle*" : "exe/bundle exe/bundler lib/bundler lib/bundler.rb lib/rubygems/vendor/uri bundler.gemspec CHANGELOG-bundler.md LICENSE-bundler.md README-bundler.md"
348+
ruby_core? ? "libexec/bundle* lib/bundler lib/bundler.rb lib/rubygems/vendor/uri lib/rubygems/vendor/securerandom spec/bundler man/bundle*" : "exe/bundle exe/bundler lib/bundler lib/bundler.rb lib/rubygems/vendor/uri lib/rubygems/vendor/securerandom bundler.gemspec CHANGELOG-bundler.md LICENSE-bundler.md README-bundler.md"
349349
end
350350

351351
def lib_tracked_files_glob

0 commit comments

Comments
 (0)