Skip to content

Commit

Permalink
Adjust rubygems style
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 16, 2023
1 parent 8db0de9 commit d7d10f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/support/path.rb
Expand Up @@ -81,7 +81,7 @@ def tracked_files

def shipped_files
@shipped_files ||= if ruby_core_tarball?
loaded_gemspec.files.map{|f| f.gsub(/^exe\//, "libexec/")}
loaded_gemspec.files.map {|f| f.gsub(%r{^exe/}, "libexec/") }
elsif ruby_core?
tracked_files
else
Expand Down

0 comments on commit d7d10f3

Please sign in to comment.