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

diff --git a/Gemfile b/Gemfile
index 0e395e7ecbf02b49b6256e46126da8eac57527e3..41aecfc4835440e137017bde1ab35ec35d65c130 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>.*))?}
@@ -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