[neon/infrastructure/pangea-gemstash] /: fix Gemfile to include our gems

Carlos De Maine null at kde.org
Fri May 26 02:35:40 BST 2023


Git commit 19f3c4b9b5b3bd74eba745fdd4904afac5144501 by Carlos De Maine.
Committed on 26/05/2023 at 01:35.
Pushed by carlosdem into branch 'master'.

fix Gemfile to include our gems

M  +2    -2    Gemfile

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/19f3c4b9b5b3bd74eba745fdd4904afac5144501

diff --git a/Gemfile b/Gemfile
index bfc9c13..bb1eb65 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,11 +4,11 @@ require "cgi"
 # uncomment for local testing
 source "http://localhost:9292"
 gem "releaseme"
-#gem "jenkins_junit_builder"
+gem "jenkins_junit_builder"
 
 #source "https://gem.cache.pangea.pub/upstream/#{CGI.escape("https://rubygems.org")}" do
 # uncomment for local testing
 source "http://localhost:9292/upstream/#{CGI.escape("https://rubygems.org")}" do
 #gem "farraday"
-gem "gemstash"
+#gem "gemstash"
 end


More information about the Neon-commits mailing list