diff options
author | David RodrÃguez <[email protected]> | 2023-03-02 14:30:33 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-07 16:51:35 +0900 |
commit | 5d790264ea753d06de7a131387863d24199790fb () | |
tree | 2e8b85047f3d0f8d01a6314d83a58737b08ac376 /test/rubygems/test_gem_resolver_git_specification.rb | |
parent | bd0f2c79586fc8d59ab8d8368ee8c7fd80749b75 (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.rb | 2 |
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 |