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 fef0051 commit f609d33Copy full SHA for f609d33
spec/bundler/commands/newgem_spec.rb
@@ -541,8 +541,7 @@ def ignore_paths
541
build_dummy_irb "9.9.9"
542
end
543
gems = ["rake-#{rake_version}", "irb-9.9.9"]
544
- path = Bundler.feature_flag.default_install_uses_path? ? local_gem_path(base: bundled_app("newgem")) : system_gem_path
545
- system_gems gems, path: path, gem_repo: gem_repo2
+ system_gems gems, path: system_gem_path, gem_repo: gem_repo2
546
bundle "exec rake build", dir: bundled_app("newgem")
547
548
expect(stdboth).not_to include("ERROR")
0 commit comments