From d26a3fe119ba4c83eb90f51dda4adaec28a70542 Mon Sep 17 00:00:00 2001 From: sheena Date: Wed, 9 Oct 2019 15:10:24 +0100 Subject: [PATCH] gem file testing workflow 1 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0e395e7..41aecfc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' +gem puppet_litmus, git: https://github.com/tphoney/puppet_litmus.git, branch: master, require: false, platforms: [:ruby, :mswin, :mingw, :x64_mingw] if ENV[PUPPET_GEM_VERSION].nil? or ENV[PUPPET_GEM_VERSION] !~ %r{ 5} def location_for(place_or_version, fake_version = nil) git_url_regex = %r{\A(?(https?|git)[:@][^#]*)(#(?.*))?} @@ -70,4 +71,4 @@ extra_gemfiles.each do |gemfile| eval(File.read(gemfile), binding) end end -# vim: syntax=ruby +# vim: syntax=ruby \ No newline at end of file -- 2.45.2