Skip to content

Commit

Permalink
We don't use tracked_files in before(:suite). It breaks with release …
Browse files Browse the repository at this point in the history
…package.
  • Loading branch information
hsbt committed Dec 16, 2023
1 parent ad2a38d commit ab87cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/support/path.rb
Expand Up @@ -80,7 +80,7 @@ def tracked_files
end

def shipped_files
@shipped_files ||= ruby_core? ? tracked_files : loaded_gemspec.files
@shipped_files ||= ruby_core? ? (loaded_gemspec.files - ["exe/bundle", "exe/bundler"] + ["libexec/bundle", "libexec/bundler"]) : loaded_gemspec.files
end

def lib_tracked_files
Expand Down

0 comments on commit ab87cd0

Please sign in to comment.