From: sheena Date: Wed, 9 Oct 2019 14:10:21 +0000 (+0100) Subject: gem file testing workflow 1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1d26f7311c0dc5034b3150925cfaeb744eb9e0b6;p=puppet-modules%2Fpuppetlabs-apt.git gem file testing workflow 1 --- diff --git a/Gemfile b/Gemfile index 61d5e69..5a31dcf 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)[:@][^#]*)(#(?.*))?} @@ -71,4 +72,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