]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Test litmus changes
authorFlorin Dragos <florin@puppet.com>
Mon, 16 Sep 2019 11:56:29 +0000 (14:56 +0300)
committerFlorin Dragos <florin@puppet.com>
Mon, 16 Sep 2019 11:56:29 +0000 (14:56 +0300)
Gemfile

diff --git a/Gemfile b/Gemfile
index 61d5e692838fb8fa5a21b5e8e28af4c38d9a05a6..13b383944fd167269ed98d9dd3f2aa4ae1b4a389 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -30,6 +30,7 @@ group :development do
   gem "puppet-module-win-dev-r#{minor_version}", '~> 0.3',       require: false, platforms: [:mswin, :mingw, :x64_mingw]
   gem "github_changelog_generator",                              require: false, git: 'https://github.com/skywinder/github-changelog-generator', ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
   gem "puppet-lint-i18n",                                        require: false
+  gem "puppet_litmus",                                           require: false, git: 'https://github.com/florindragos/puppet_litmus'
 end
 
 puppet_version = ENV['PUPPET_GEM_VERSION']