diff options
-rw-r--r-- | spec/bundler/runtime/setup_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1539,7 +1539,7 @@ end expect(out).to eq("myrack-1.0.0") end - it "keeps Kernel#gem private", bundler: "3" do install_gemfile <<-G source "https://gem.repo1" gem "myrack" |