Fixed gemfile path for upstream of bundler
This commit is contained in:
parent
ce6c6c7cfa
commit
b9c2f4a424
@ -154,7 +154,7 @@ module SyncDefaultGems
|
|||||||
|
|
||||||
cp_r("#{upstream}/bundler/spec", "spec/bundler")
|
cp_r("#{upstream}/bundler/spec", "spec/bundler")
|
||||||
%w[dev_gems test_gems rubocop_gems standard_gems].each do |gemfile|
|
%w[dev_gems test_gems rubocop_gems standard_gems].each do |gemfile|
|
||||||
cp_r("#{upstream}/bundler/tool/bundler/#{gemfile}.rb", "tool/bundler")
|
cp_r("#{upstream}/tool/bundler/#{gemfile}.rb", "tool/bundler")
|
||||||
end
|
end
|
||||||
rm_rf Dir.glob("spec/bundler/support/artifice/{vcr_cassettes,used_cassettes.txt}")
|
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}}")
|
rm_rf Dir.glob("lib/{bundler,rubygems}/**/{COPYING,LICENSE,README}{,.{md,txt,rdoc}}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user