diff options
Diffstat (limited to '.sync.yml')
-rw-r--r-- | .sync.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ --- Gemfile: + optional: + ':development': + - gem: 'github_changelog_generator' + git: 'https://github.com/skywinder/github-changelog-generator' + ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' + condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" required: ':system_tests': - gem: 'puppet-module-posix-system-r#{minor_version}' |