Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Sync lockfile from rubygems/rubygems
  • Loading branch information
hsbt authored and deivid-rodriguez committed May 30, 2025
commit f776ce6982ab77d73ed5f6ba58afae90c5ed4d6b
4 changes: 3 additions & 1 deletion tool/sync_default_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ def sync_default_gems(gem)
chmod("+x", "spec/bin/parallel_rspec")

%w[dev_gems test_gems rubocop_gems standard_gems].each do |gemfile|
cp_r("#{upstream}/tool/bundler/#{gemfile}.rb", "tool/bundler")
["rb.lock", "rb"].each do |ext|
cp_r("#{upstream}/tool/bundler/#{gemfile}.#{ext}", "tool/bundler")
end
end
rm_rf Dir.glob("spec/bundler/support/artifice/{vcr_cassettes,used_cassettes.txt}")
rm_rf Dir.glob("lib/{bundler,rubygems}/**/{COPYING,LICENSE,README}{,.{md,txt,rdoc}}")
Expand Down
Loading