summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_resolver_git_specification.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2023-03-02 14:30:33 +0100
committerHiroshi SHIBATA <[email protected]>2023-03-07 16:51:35 +0900
commit5d790264ea753d06de7a131387863d24199790fb ()
tree2e8b85047f3d0f8d01a6314d83a58737b08ac376 /test/rubygems/test_gem_resolver_git_specification.rb
parentbd0f2c79586fc8d59ab8d8368ee8c7fd80749b75 (diff)
[rubygems/rubygems] Remove hardcoded master branch references
Let RubyGems use the default branch defined by each repo. https://.com/rubygems/rubygems/commit/54bd3e9ebd
-rw-r--r--test/rubygems/test_gem_resolver_git_specification.rb2
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ class TestGemResolverGitSpecification < Gem::TestCase
system @git, "commit", "--quiet", "-m", "Add extension files"
end
- source = Gem::Source::Git.new name, repository, "master", true
spec = source.specs.first