We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9e0a4 commit a52fc5dCopy full SHA for a52fc5d
spec/bundler/support/builders.rb
@@ -421,7 +421,7 @@ def _build(options = {})
421
build_path = @context.tmp + full_name
422
bundler_path = build_path + "#{full_name}.gem"
423
424
- Dir.mkdir build_path unless File.directory?(build_path)
+ FileUtils.mkdir_p build_path
425
426
@context.shipped_files.each do |shipped_file|
427
target_shipped_file = shipped_file
0 commit comments