]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
gem file testing workflow 1 pdksync_pdksync-gemfiletest
authorsheena <sheena@puppet.com>
Wed, 9 Oct 2019 14:10:21 +0000 (15:10 +0100)
committersheena <sheena@puppet.com>
Wed, 9 Oct 2019 14:10:21 +0000 (15:10 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 61d5e692838fb8fa5a21b5e8e28af4c38d9a05a6..5a31dcf57fbda25c8abe29c39c896c518220b357 100644 (file)
--- 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(?<url>(https?|git)[:@][^#]*)(#(?<branch>.*))?}
@@ -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