From d5445631a313cef5285ddf4e04135c10ee18ef09 Mon Sep 17 00:00:00 2001 From: Pablo Saavedra Date: Sun, 21 Jan 2024 18:31:38 +0100 Subject: [PATCH] ruby-highline: Add branch parameter in SRC_URI --- recipes-devtools/ruby/ruby-highline_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/ruby/ruby-highline_git.bb b/recipes-devtools/ruby/ruby-highline_git.bb index d9b65fe7..a649758f 100644 --- a/recipes-devtools/ruby/ruby-highline_git.bb +++ b/recipes-devtools/ruby/ruby-highline_git.bb @@ -26,7 +26,7 @@ RUBY_BUILD_GEMS="${RUBY_GEM_NAME}.gemspec" RUBY_INSTALL_GEMS ?= "${RUBY_GEM_NAME}-${PV}.gem" SRC_URI = " \ - git://github.com/JEG2/highline.git;protocol=https \ + git://github.com/JEG2/highline.git;protocol=https;branch=master \ " inherit ruby