]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
(maint) Gem Testing pdksync_testinggemdemo
authorsheena <sheena@puppet.com>
Tue, 5 May 2020 10:47:03 +0000 (11:47 +0100)
committersheena <sheena@puppet.com>
Tue, 5 May 2020 10:47:03 +0000 (11:47 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 902e0497058e795dea97de345abb7cd8005dc828..ad37cf45fc295225b902d7d853addac48c6628b5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,5 @@
 source ENV['GEM_SOURCE'] || 'https://rubygems.org'
+gem 'puppet_litmus', git: 'https://github.com/puppetlabs/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>.*))?}
@@ -73,4 +74,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