diff options
author | David RodrÃguez <[email protected]> | 2025-06-05 09:58:28 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-11 09:38:56 +0900 |
commit | ec897fd204c40eea9a6e1802ab8ae5cd18b27c35 () | |
tree | 640d67839f4ce207bfdc34904280cd27b2f6a6d2 /tool | |
parent | dba72134de4e8e86caf9eccb0185eb9505314f93 (diff) |
Fix `make test-bundler`
Notes: Merged: https://.com/ruby/ruby/pull/13520
-rwxr-xr-x | tool/sync_default_gems.rb | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -136,9 +136,11 @@ module SyncDefaultGems cp_r("#{upstream}/bundler/spec", "spec/bundler") rm_rf("spec/bundler/bin") - parallel_tests_content = File.read("#{upstream}/bundler/bin/parallel_rspec").gsub("../spec", "../bundler") - File.write("spec/bin/parallel_rspec", parallel_tests_content) - chmod("+x", "spec/bin/parallel_rspec") %w[dev_gems test_gems rubocop_gems standard_gems].each do |gemfile| ["rb.lock", "rb"].each do |ext| |