summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/open_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-07-25 18:22:56 +0200
committergit <svn-admin@ruby-lang.org>2022-07-27 01:04:11 +0900
commit163e3f075f71342fa5897beedf771e3e878876de (patch)
treeb4ad8db503606b268da815d1c330865a5733f5ce /spec/bundler/commands/open_spec.rb
parent4325e90205aa4cd0ea031df1b5e6334bfd9c7e51 (diff)
[rubygems/rubygems] Use main as default branch for Bundler specs
https://github.com/rubygems/rubygems/commit/482077d185
Diffstat (limited to 'spec/bundler/commands/open_spec.rb')
-rw-r--r--spec/bundler/commands/open_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/open_spec.rb b/spec/bundler/commands/open_spec.rb
index 53dc35c2c7..85f15176b4 100644
--- a/spec/bundler/commands/open_spec.rb
+++ b/spec/bundler/commands/open_spec.rb
@@ -36,7 +36,7 @@ RSpec.describe "bundle open" do
it "does not blow up if the gem to open does not have a Gemfile" do
git = build_git "foo"
- ref = git.ref_for("master", 11)
+ ref = git.ref_for("main", 11)
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"