Skip to content

Commit 60d00da

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Fix redundant path configurations
The deployment setting already does this implicitly. ruby/rubygems@402b11fa39
1 parent 131559f commit 60d00da

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spec/bundler/install/gems/compact_index_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
bundle :install, artifice: "compact_index"
9797

9898
bundle "config set --local deployment true"
99-
bundle "config set --local path vendor/bundle"
10099
bundle :install, artifice: "compact_index"
101100
expect(out).to include("Fetching gem metadata from #{source_uri}")
102101
expect(the_bundle).to include_gems "myrack 1.0.0"

spec/bundler/install/gems/dependency_api_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
bundle :install, artifice: "endpoint"
6262

6363
bundle "config set --local deployment true"
64-
bundle "config set --local path vendor/bundle"
6564
bundle :install, artifice: "endpoint"
6665
expect(out).to include("Fetching gem metadata from #{source_uri}")
6766
expect(the_bundle).to include_gems "myrack 1.0.0"

0 commit comments

Comments
 (0)